Share via


PerimeterConfig.GatewayIPAddresses property

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

Syntax

'Declaration
Public Property GatewayIPAddresses As MultiValuedProperty(Of IPAddress)
    Get
    Set
'Usage
Dim instance As PerimeterConfig
Dim value As MultiValuedProperty(Of IPAddress)

value = instance.GatewayIPAddresses

instance.GatewayIPAddresses = value
public MultiValuedProperty<IPAddress> GatewayIPAddresses { get; set; }

Property value

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

See also

Reference

PerimeterConfig class

PerimeterConfig members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace