EngineWindowsAutoLock Property |
IT Hit User File System
Automatically lock the file in the remote storage when a file handle is being opened for writing, unlock on close.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool AutoLock { get; set; }
Public Property AutoLock As Boolean
Get
Set
public:
property bool AutoLock {
bool get ();
void set (bool value);
}
member AutoLock : bool with get, set
Property Value
Type:
BooleanRemarks Your file items must implement
ILock interface.
See Also