Get/Set the description of the AssetMember

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

Syntax

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

See Also