Share via


TenantOutboundConnector.SmartHosts property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property SmartHosts As MultiValuedProperty(Of SmartHost)
    Get
    Set
'Usage
Dim instance As TenantOutboundConnector
Dim value As MultiValuedProperty(Of SmartHost)

value = instance.SmartHosts

instance.SmartHosts = value
public MultiValuedProperty<SmartHost> SmartHosts { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<SmartHost>

See also

Reference

TenantOutboundConnector class

TenantOutboundConnector members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace