Facility Property
The Facility property contains the description of the device, plugin or component.
Syntax
[str=] SiteKiosk.Logfile.LastMessages.Item(index).Facility
|
Possible Values
String that retrieves the facility.
|
The property is read only.
Remarks
Examples
The following example shows the facility of the first message in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Logfile.LastMessages.Item(1).Facility);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top