VpnTrafficFilter.Protocol 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 or sets the IP protocol that is allowed by this traffic filter.
public:
property VpnIPProtocol Protocol { VpnIPProtocol get(); void set(VpnIPProtocol value); };
VpnIPProtocol Protocol();
void Protocol(VpnIPProtocol value);
public VpnIPProtocol Protocol { get; set; }
var vpnIPProtocol = vpnTrafficFilter.protocol;
vpnTrafficFilter.protocol = vpnIPProtocol;
Public Property Protocol As VpnIPProtocol
Property Value
An enum value indicating which IP protocol is allowed by this traffic filter.
Windows requirements
App capabilities |
networkingVpnProvider
|