NewReceiveConnector.TransportRole property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property TransportRole As ServerRole
Get
Set
'Usage
Dim instance As NewReceiveConnector
Dim value As ServerRole
value = instance.TransportRole
instance.TransportRole = value
public ServerRole TransportRole { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.ServerRole
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace