ExchangeServer.CurrentGlobalCatalogs Property

Gets the list of global catalogs that the server uses via Directory Service Access (DSAccess).

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property CurrentGlobalCatalogs As MultiValuedProperty(Of String)
    Get
    Private Set
'Usage
Dim instance As ExchangeServer
Dim value As MultiValuedProperty(Of String)

value = instance.CurrentGlobalCatalogs
public MultiValuedProperty<string> CurrentGlobalCatalogs { get; private set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A collection of global catalogs.