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