Get the list of available Specific Asset Type Names.
Namespace: Cartella.InterfacesAssembly: 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
Exception | Condition |
---|---|
System..::..MissingMemberException | Thrown when the underlying database doesn't contain Specific Asset Type definitions |