public AssetGroup GetAssetGroup( string assetGroupName )
Public Function GetAssetGroup( _ ByVal assetGroupName As String _ ) As AssetGroup
Parameters
- assetGroupName
- The name of the AssetGroup to return.
Return Value
The AssetGroup that corresponds to assetGroupName if exists; otherwise, null.