Get the name of AssetType.

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

Syntax

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

See Also