[This is preliminary documentation and is subject to change.]

Shows whether the object is locked for editing

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  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);
}

See Also