📚 SAP Business One SDK Help

GetState Method
See Also 
pIStateParams

The key of the state to retrieve.

Description

Retrieves a state.

The state is specified by its key (Code, Country), which is contained in the StateParams object passed to the method.

Syntax

Visual Basic
Public Function GetState( _
   ByVal pIStateParams As StateParams _
) As State

Parameters

pIStateParams

The key of the state to retrieve.

Return Type

The state with the specified key.

Example

See Also