Public Function GetAssetType( _ ByVal assetTypeName As String _ ) As AssetType
public AssetType GetAssetType( string assetTypeName )
Parameters
- assetTypeName
- The name of the AssetType to return.
Return Value
The AssetType that corresponds to assetTypeName.