banner

UserInfo.get_State method

Returns the end user's state of residence that is stored in the UserInfo object.

Syntax

sState = window.external.UserInfo.get_State();

Parameters None
Return Values String. The value of the end user's state of residence that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strState = window.external.UserInfo.get_State();