LicenseCount Property



 
The LicenseCount property contains the number of licences.


Syntax

    [long=] SiteCafe.Server.LicenseCount
    
Possible Values
    Long value that retrieves the number of licences.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the number of licences.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.LicenseCount);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top