InSyncResultContextSetInSync Property |
IT Hit User File System
If this property is set to false the item will not be marked as in-sync
after the create, update or move/rename operation. Default is true.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public bool SetInSync { get; set; }
Public Property SetInSync As Boolean
Get
Set
public:
virtual property bool SetInSync {
bool get () sealed;
void set (bool value) sealed;
}
abstract SetInSync : bool with get, set
override SetInSync : bool with get, set
Property Value
Type:
BooleanImplements
IInSyncResultContextSetInSyncRemarks Setting this property to false is identical to throwing an exception in method implementation.
See Also