Get the name of AssetMember name within the Asset

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

Syntax

C#
string MemberName { get; }
Visual Basic
ReadOnly Property MemberName As String
	Get
Visual C++
property String^ MemberName {
	String^ get ();
}

See Also