The manager is read-only, if it cannot create, delete, remove, purge, restore objects. Read-only manager is only in charge of selecting objects and relations. Returns true if the manager is read-only.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.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

See Also