banner

UserInfo.get_AreaCode method

Returns the end user's telephone area code that is stored in the UserInfo object.

Syntax

sAreaCode = window.external.UserInfo.get_AreaCode();

Parameters None
Return Values String. The value of the telephone area code that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strAreaCode = window.external.UserInfo.get_AreaCode();