[This is preliminary documentation and is subject to change.]
Shows whether the object is locked for editing
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
bool Lock { get; set; } |
Visual Basic (Declaration) |
---|
Property Lock As Boolean |
Visual C++ |
---|
property bool Lock { bool get (); void set (bool value); } |