NewSendConnector.SourceTransportServers property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SourceTransportServers As MultiValuedProperty(Of ServerIdParameter)
Get
Set
'Usage
Dim instance As NewSendConnector
Dim value As MultiValuedProperty(Of ServerIdParameter)
value = instance.SourceTransportServers
instance.SourceTransportServers = value
public MultiValuedProperty<ServerIdParameter> SourceTransportServers { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ServerIdParameter>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace