IAssetGroup Interface

Provides access to members that specify the properties of an asset group.

Members

Name Description
Read-only property AssetGroupCode Returns the asset group code.
Read-only property AssetGroupName Returns the asset group name.
Read-only property AssetTypes Returns the array of asset types.
Read-only property CreationTime Returns the creation time.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.