VpnTrafficFilter.LocalAddressRanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of the local address ranges that are allowed by this traffic filter.
Windows requirements
App capabilities |
networkingVpnProvider
|