Share via


VpnTrafficFilter.RemotePortRanges Property

Definition

Gets a list of the remote port ranges that are allowed by this traffic filter.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of the remote port ranges that are allowed by this traffic filter.

Windows requirements

App capabilities
networkingVpnProvider

Applies to