[Missing <summary> documentation for "P:Caisis.BOL.BusinessObject.IsLockable"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsLockable { get; }
Visual Basic
Public ReadOnly Property IsLockable As Boolean
	Get
Visual C++
public:
virtual property bool IsLockable {
	bool get () sealed;
}

Property Value

Type: Boolean

Implements

IBusinessObject..::..IsLockable

See Also