DomainController.IsGlobalCatalog Method

Definition

Determines if this domain controller is a global catalog server.

public:
 virtual bool IsGlobalCatalog();
public virtual bool IsGlobalCatalog ();
abstract member IsGlobalCatalog : unit -> bool
override this.IsGlobalCatalog : unit -> bool
Public Overridable Function IsGlobalCatalog () As Boolean

Returns

true if this domain controller is a global catalog server or false otherwise.

Exceptions

The current object has been disposed.

Applies to