📚 SAP Business One SDK Help

Get Method
See Also 
pIAssetGroupParams

The key of the asset group to retrieve.

Description

Retrieves an asset group.

The asset group is specified by its key, which is contained in the AssetGroupParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIAssetGroupParams As AssetGroupParams _
) As AssetGroup

Parameters

pIAssetGroupParams

The key of the asset group to retrieve.

See Also