RunspaceServerSettingsPresentationObject.UserPreferredGlobalCatalog Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property UserPreferredGlobalCatalog As Fqdn
Get
Set
'Usage
Dim instance As RunspaceServerSettingsPresentationObject
Dim value As Fqdn
value = instance.UserPreferredGlobalCatalog
instance.UserPreferredGlobalCatalog = value
public Fqdn UserPreferredGlobalCatalog { get; set; }