ZoneName Property



 
The ZoneName property contains the zone name.


Syntax

    SiteCashZone.ZoneName [=str]
    
Possible Values
    String that specifies or retrieves the zone name.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows the name of the first existing zone in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").Zones.Item(1).ZoneName);
    </SCRIPT>

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

Back to top