banner

UserInfo.get_Address1 method

Returns the first line of the end user's address that is stored in the UserInfo object.

Syntax

sAddress1 = window.external.UserInfo.get_Address1();

Parameters None
Return Values String. The value of the first line of the end user's address that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strAddress1 = window.external.UserInfo.get_Address1();