DomainNamingMasterBind Property

The time required to bind to the domain naming master.

Syntax

ActiveDirectory.DomainNamingMasterBind

Access

Read only.

Return Type

Long.

Example

To get the time required to bind to the domain naming master, enter:


Dim objActiveDirectory
Dim lngBindTime

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
If objActiveDirectory.BindDomainNamingMaster Then
lngBindTime = objActiveDirectory.DomainNamingMasterBind
End If

Set objActiveDirectory = Nothing

To determine the bind time, you must first bind to the role master.