Share via


VpnRoute.PrefixSize Property

Definition

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

Applies to