Compartir a través de


VpnRoute.PrefixSize Propiedad

Definición

Obtiene o establece el tamaño (en bits) que debe tener en cuenta la subred.

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

Valor de propiedad

Byte

byte

Tamaño (en bits) que debe tener en cuenta la subred.

Requisitos de Windows

Características de aplicaciones
networkingVpnProvider

Se aplica a