banner

UserInfo.set_CompanyName method

Sets the end user's company name that is stored in the UserInfo object.

Syntax

window.external.UserInfo.set_CompanyName(sCompanyName);

Parameters sCompanyName

String. The value of the end user's company name that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_CompanyName("Fabrikam, Inc.");