ExchangeServer.IsHubTransportServer property
Gets a value that indicates whether the Exchange server is running the Hub Transport server role.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsHubTransportServer As Boolean
Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean
value = instance.IsHubTransportServer
public bool IsHubTransportServer { get; }
Property value
Type: System.Boolean
true if the Exchange server is a Hub Transport server; otherwise, false.