MailGateway.AddressSpaces Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property AddressSpaces As MultiValuedProperty(Of AddressSpace)
Get
Set
'Usage
Dim instance As MailGateway
Dim value As MultiValuedProperty(Of AddressSpace)
value = instance.AddressSpaces
instance.AddressSpaces = value
[ParameterAttribute]
public MultiValuedProperty<AddressSpace> AddressSpaces { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<AddressSpace>