[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.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public virtual bool Lock { get; set; }
Visual Basic (Declaration)
Public Overridable Property Lock As Boolean
Visual C++
public:
virtual property bool Lock {
	bool get ();
	void set (bool value);
}

Implements

IOCService..::.Lock

See Also