User defined window field read-only property

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also