Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.