If true, no more comments or children are allowed.

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

Syntax

C#
bool Locked { get; set; }
Visual Basic
Property Locked As Boolean
	Get
	Set
Visual C++
property bool Locked {
	bool get ();
	void set (bool value);
}

See Also