Test the field to see if it is read-only.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

Field Value

Boolean true if field is read-only

See Also