Share via


HostedConnectionFilterPolicy.IPAllowList property

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

Syntax

'Declaration
Public Property IPAllowList As MultiValuedProperty(Of IPRange)
    Get
    Set
'Usage
Dim instance As HostedConnectionFilterPolicy
Dim value As MultiValuedProperty(Of IPRange)

value = instance.IPAllowList

instance.IPAllowList = value
public MultiValuedProperty<IPRange> IPAllowList { get; set; }

Property value

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

See also

Reference

HostedConnectionFilterPolicy class

HostedConnectionFilterPolicy members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace