Get the list of available Specific Asset Type Names.

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

Syntax

C#
KeyValuePair<int, string>[] AvailableTypeNames { get; }
Visual Basic
ReadOnly Property AvailableTypeNames As KeyValuePair(Of Integer, String)()
	Get
Visual C++
property array<KeyValuePair<int, String^>>^ AvailableTypeNames {
	array<KeyValuePair<int, String^>>^ get ();
}

Exceptions

ExceptionCondition
System..::..MissingMemberExceptionThrown when the underlying database doesn't contain Specific Asset Type definitions

See Also