SchemaMasterBind Property

The time required to bind to the schema master.

Syntax

ActiveDirectory.SchemaMasterBind

Access

Read only.

Return Type

Long.

Example

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


Dim objActiveDirectory
Dim lngBindTime

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
If objActiveDirectory.BindSchemaMaster Then
lngBindTime = objActiveDirectory.SchemaMasterBind
End If

Set objActiveDirectory = Nothing

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