banner

UserInfo.get_Address2 method

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

Syntax

sAddress2 = window.external.UserInfo.get_Address2();

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