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

Syntax

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

See Also