ID
Gets the unique identifier for the zone.
Syntax
string ID {get;}
Property value
The unique identifier for the zone.
Discussion
This property is used internally to prevent a zone from being listed more than once.
Example
The following code sample illustrates using this method in a script:
... 'Specify the zone you want to work with set zone = GetZoneByPath("LDAP://cn=test_lab,cn=Zones,cn=UNIX,dc=ajax,dc=org") 'Display the unique identifier for the zone wScript.Echo zone.ID ...