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