banner

UserInfo.get_LastName method

Returns the end user's last name that is stored in the UserInfo object.

Syntax

sLastName = window.external.UserInfo.get_LastName();

Parameters None
Return Values String. The value of the end user's last name that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strLastName = window.external.UserInfo.get_LastName();