OperationResultIsSuccess Property |
IT Hit User File System
Returns true if operation completed succesefully. False - if failed.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public bool IsSuccess { get; }
Public ReadOnly Property IsSuccess As Boolean
Get
public:
property bool IsSuccess {
bool get ();
}
member IsSuccess : bool with get
Property Value
Type:
BooleanSee Also