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

Syntax

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

See Also