VpnRoute.PrefixSize 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 size (in bits) to be considered by the subnet..
public:
property byte PrefixSize { byte get(); void set(byte value); };
byte PrefixSize();
void PrefixSize(byte value);
public byte PrefixSize { get; set; }
var byte = vpnRoute.prefixSize;
vpnRoute.prefixSize = byte;
Public Property PrefixSize As Byte
Property Value
Byte
byte
The size (in bits) to be considered by the subnet.
Windows requirements
App capabilities |
networkingVpnProvider
|