InfrastructureMaster Property

The DNS formatted name of the infrastructure master.

Syntax

ActiveDirectory.InfrastructureMaster

Access

Read only.

Return Type

String.

Example

To get the DNS formatted name of the infrastructure master, enter:


Dim objActiveDirectory
Dim strMaster

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
strMaster = objActiveDirectory.InfrastructureMaster

Set objActiveDirectory = Nothing