RIDMasterBind Property

The time required to bind to the RID master.

Syntax

ActiveDirectory.RIDMasterBind

Access

Read only.

Return Type

Long.

Example

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


Dim objActiveDirectory
Dim lngBindTime

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
If objActiveDirectory.BindRIDMaster Then
lngBindTime = objActiveDirectory.RIDMasterBind
End If

Set objActiveDirectory = Nothing

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