📚 SAP Business One SDK Help

GetAddressFormat Method
See Also 
pIAddressFormatParams

The key of the address format to retrieve.

Description

Retrieves an address format.

The address format is specified by its key, which is contained in the AddressFormatParams object passed to the method.

Syntax

Visual Basic
Public Function GetAddressFormat( _
   ByVal pIAddressFormatParams As AddressFormatParams _
) As AddressFormat

Parameters

pIAddressFormatParams

The key of the address format to retrieve.

See Also