VpnTrafficFilter.LocalAddressRanges Property

Definition

Gets a list of the local address ranges that are allowed by this traffic filter.

public:
 property IVector<Platform::String ^> ^ LocalAddressRanges { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> LocalAddressRanges();
public IList<string> LocalAddressRanges { get; }
var iVector = vpnTrafficFilter.localAddressRanges;
Public ReadOnly Property LocalAddressRanges As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of the local address ranges that are allowed by this traffic filter.

Windows requirements

App capabilities
networkingVpnProvider

Applies to