Get, set Name of the object

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

Syntax

C#
string Name { get; set; }
Visual Basic
Property Name As String
	Get
	Set
Visual C++
property String^ Name {
	String^ get ();
	void set (String^ value);
}

Field Value

String

See Also