banner

UserInfo.set_AreaCode method

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

Syntax

window.external.UserInfo.set_AreaCode(sAreaCode);

Parameters sAreaCode

String. The value of the end user's telephone area code that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_AreaCode("123");