ADsPath
Gets the LDAP path to the zone object.
Syntax
string ADsPath {get;}
Property value
The full LDAP path to the zone
object.
Example
The following code sample illustrates using ADsPath
in a script:
...
'Specify the zone you want to work with
set zone = GetZone("fireball.net/Field/Zones/macs”)
'Display the LDAP path for the zone
wScript.Echo zone.ADsPath
...