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; }
Property value
Type: Microsoft.Exchange.Data.Fqdn
See also
Reference
RunspaceServerSettingsPresentationObject class