📚 SAP Business One SDK Help

Get Method
See Also 
pIUnitOfMeasurementParams

The key of the UoM to retrieve.

Description

Retrieves a UoM.

The UoM is specified by its key, which is contained in the UnitOfMeasurementParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIUnitOfMeasurementParams As UnitOfMeasurementParams _
) As UnitOfMeasurement

Parameters

pIUnitOfMeasurementParams

The key of the UoM to retrieve.

See Also