VpnRoute.PrefixSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la taille (en bits) à prendre en compte par le sous-réseau.
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
Valeur de propriété
Byte
byte
Taille (en bits) à prendre en compte par le sous-réseau.
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|