NetworkStateChangeEventDetails.HasNewInternetConnectionProfile Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica se o computador local tem um novo perfil de conexão associado à conexão de Internet atual.
public:
property bool HasNewInternetConnectionProfile { bool get(); };
bool HasNewInternetConnectionProfile();
public bool HasNewInternetConnectionProfile { get; }
var boolean = networkStateChangeEventDetails.hasNewInternetConnectionProfile;
Public ReadOnly Property HasNewInternetConnectionProfile As Boolean
Valor da propriedade
Boolean
bool
true se a conexão tiver sido alterada; caso contrário, false.