BuildNumber Property
The BuildNumber property contains the build number of the SiteKiosk Configuration Wizard.
Syntax
[long=] SiteKioskConfig.BuildNumber
|
Possible Values
Long value that retrieves the build number.
|
The property is read only.
Remarks
Examples
The following example shows the build number in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskConfig.BuildNumber);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top