📚 SAP Business One SDK Help

Get Method
See Also 
pIBinLocationAttributeParams

The key of the bin location attribute code to retrieve.

Description

Retrieves a bin location attribute code.

The bin location attribute code is specified by its key, which is contained in the BinLocationAttributeParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIBinLocationAttributeParams As BinLocationAttributeParams _
) As BinLocationAttribute

Parameters

pIBinLocationAttributeParams

The key of the bin location attribute code to retrieve.

See Also