ExchangeServer.StaticGlobalCatalogs Property
Gets or sets a list of global catalogs that the server should use via Directory Service Access (DSAccess).
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property StaticGlobalCatalogs As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As ExchangeServer
Dim value As MultiValuedProperty(Of String)
value = instance.StaticGlobalCatalogs
instance.StaticGlobalCatalogs = value
[ParameterAttribute]
public MultiValuedProperty<string> StaticGlobalCatalogs { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A collection of global catalogs.