PDCMasterBind Property

The time required to bind to the PDC master.

Syntax

ActiveDirectory.PDCMasterBind

Access

Read only.

Return Type

Long.

Example

To get the time required to bind to the PDC master, enter:


Dim objActiveDirectory
Dim lngBindTime

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
If objActiveDirectory.BindPDCMaster Then
lngBindTime = objActiveDirectory.PDCMasterBind
End If

Set objActiveDirectory = Nothing

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