📚 SAP Business One SDK Help

Get Method
See Also 
pIUnitOfMeasurementGroupParams

The key of the UoM group to retrieve.

Description

Retrieves a UoM group.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIUnitOfMeasurementGroupParams As UnitOfMeasurementGroupParams _
) As UnitOfMeasurementGroup

Parameters

pIUnitOfMeasurementGroupParams

The key of the UoM group to retrieve.

See Also