NetworkStateChangeEventDetails.HasNewConnectionCost 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.
Indique si un réseau connecté a un nouveau coût de connexion.
public:
property bool HasNewConnectionCost { bool get(); };
bool HasNewConnectionCost();
public bool HasNewConnectionCost { get; }
var boolean = networkStateChangeEventDetails.hasNewConnectionCost;
Public ReadOnly Property HasNewConnectionCost As Boolean
Valeur de propriété
Boolean
bool
true s’il existe un nouveau coût de connexion ; sinon, false.