IVpnProfile.AlwaysOn 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 propriété AlwayOn. Si la valeur est true, indique que le profil VPN est toujours connecté.
public:
property bool AlwaysOn { bool get(); void set(bool value); };
bool AlwaysOn();
void AlwaysOn(bool value);
public bool AlwaysOn { get; set; }
var boolean = iVpnProfile.alwaysOn;
iVpnProfile.alwaysOn = boolean;
Public Property AlwaysOn As Boolean
Valeur de propriété
Boolean
bool
Si le profil VPN est un profil AlwaysOn, il est VRAI ; sinon, il est FAUX.
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|