ReceiveConnector.TransportRole property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property TransportRole As ServerRole
Get
Set
'Usage
Dim instance As ReceiveConnector
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.Data.Directory.SystemConfiguration namespace