📚 SAP Business One SDK Help

Get Method
See Also 
pIAssetClassParams

The key of the asset class to retrieve.

Description

Retrieves an asset class.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIAssetClassParams As AssetClassParams _
) As AssetClass

Parameters

pIAssetClassParams

The key of the asset class to retrieve.

See Also