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