Microsoft Operations Manager

PDCMasterBind Property

The PDCMasterBindproperty gets the time required to bind to the PDC master using the BindPDCMastermethod.

[VBScript] ActiveDirectory.PDCMasterBind

Access

Read-only

Return Value

Long

Examples

The following example shows how to get the time required to bind to the PDC master.

[VBScript] 
Dim objActiveDirectory
Dim lngBindTime

Set objActiveDirectory =
CreateObject("McActiveDir.ActiveDirectory")

If (objActiveDirectory.BindPDCMaster()) Then
	lngBindTime = objActiveDirectory.PDCMasterBind
End If

Set objActiveDirectory = Nothing

Requirements

Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1

See Also

ActiveDirectory Object, ActiveDirectory.BindPDCMaster Method


Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.