ConnectionTryMax Property



 
The ConnectionTryMax property contains the number of times SiteKiosk will try to connect.


Syntax

    [long=] SiteKiosk.Dialup.ConnectionTryMax
Possible Values
    Long value that retrieves the number of times.

    The property is read only.
Remarks
    None.
Examples
    The following example shows in an alert window how often SiteKiosk will try to connect.

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

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

Back to top