Provides access to members that specify the properties of an asset group.
Members
Name | Description | |
---|---|---|
AssetGroupCode | Returns the asset group code. | |
AssetGroupName | Returns the asset group name. | |
AssetTypes | Returns the array of asset types. | |
CreationTime | Returns the creation time. | |
SchemaGeneration | Returns the schema generation. |
IAssetGroup.AssetGroupCode Property
Returns the asset group code.
Public ReadOnly Property AssetGroupCode As Integer
public int AssetGroupCode {get;}
IAssetGroup.AssetGroupName Property
Returns the asset group name.
Public ReadOnly Property AssetGroupName As String
public string AssetGroupName {get;}
IAssetGroup.AssetTypes Property
Returns the array of asset types.
Public ReadOnly Property AssetTypes As IArray
public IArray AssetTypes {get;}
Description
An array to hold an indexed collection of IAssetType.
IAssetGroup.CreationTime Property
Returns the creation time.
Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}
IAssetGroup.SchemaGeneration Property
Returns the schema generation.
Public ReadOnly Property SchemaGeneration As Integer
public int SchemaGeneration {get;}
Classes that implement IAssetGroup
Classes | Description |
---|