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: 9.0.29552.0
Syntaxpublic 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: 
Boolean
RemarksYour file items must implement 
ILock interface.
See Also