[This is preliminary documentation and is subject to change.]
            The lock bit, used to determine whether editing is allowed on this object
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public override bool Lock { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Property Lock As Boolean  | 
| Visual C++ | 
|---|
public: virtual property bool Lock { bool get () override; void set (bool value) override; }  | 
Implements
IOCService..::.LockIOCService..::.Lock
