AutoLogonUser Property



 
The AutoLogonUser property contains the username for automatic windows logon.


Syntax

    SiteKiosk.StartSettings.AutoLogonUser [=str]
Possible Values
    String that specifies or retrieves the username.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows the username for automatic windows logon.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.StartSettings.AutoLogonUser);
    </SCRIPT>

Applies to
    SiteKiosk v5.5 (and later versions).

Back to top