📚 SAP Business One SDK Help

Get Method
See Also 
pIDepreciationAreaParams

The key of the depreciation area to retrieve.

Description

Retrieves a depreciation area.

The depreciation area is specified by its key, which is contained in the DepreciationAreaParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIDepreciationAreaParams As DepreciationAreaParams _
) As DepreciationArea

Parameters

pIDepreciationAreaParams

The key of the depreciation area to retrieve.

See Also