📚 SAP Business One SDK Help

Get Method
See Also 
pICentralBankIndicatorParams

The key of the central bank indicator to retrieve.

Description

Retrieves a central bank indicator.

The central bank indicator is specified by its key, which is contained in the CentralBankIndicatorParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pICentralBankIndicatorParams As CentralBankIndicatorParams _
) As CentralBankIndicator

Parameters

pICentralBankIndicatorParams

The key of the central bank indicator to retrieve.

See Also