NewSendConnector.SmartHosts property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SmartHosts As MultiValuedProperty(Of SmartHost)
Get
Set
'Usage
Dim instance As NewSendConnector
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
Microsoft.Exchange.Management.SystemConfigurationTasks namespace