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