| GetState Method | |
| See Also |
- pIStateParams
The key of the state to retrieve.
Retrieves a state.
The state is specified by its key (Code, Country), which is contained in the StateParams object passed to the method.
| Visual Basic |
|---|
Public Function GetState( _
ByVal pIStateParams As StateParams _
) As State |
- pIStateParams
The key of the state to retrieve.
The state with the specified key.