banner

External.UserInfo method

Retrieves a reference to the UserInfo object.

Syntax

window.external.UserInfo;

Parameters None
Return Values Object. A reference to the UserInfo object.
Applies To window.external
Example
var Obj = window.external.UserInfo;
Obj.set_FirstName = "John";