BuildNumber Property



 
The BuildNumber property contains the build number of SiteKiosk.


Syntax

    [long=] SiteKiosk.Version.BuildNumber
Possible Values
    Long value that retrieves the build number.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the build number of SiteKiosk in an alert window.

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

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

Back to top