📚 SAP Business One SDK Help

Get Method
See Also 
pIBarcodeParams

The key of the bar code to retrieve.

Description

Retrieves a bar code.

The bar code is specified by its key, which is contained in the BarCodeParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIBarcodeParams As BarCodeParams _
) As BarCode

Parameters

pIBarcodeParams

The key of the bar code to retrieve.

See Also