Compartir a través de


NetworkStateChangeEventDetails.HasNewInternetConnectionProfile Propiedad

Definición

Indica si el equipo local tiene un nuevo perfil de conexión asociado a la conexión a Internet actual.

public:
 property bool HasNewInternetConnectionProfile { bool get(); };
bool HasNewInternetConnectionProfile();
public bool HasNewInternetConnectionProfile { get; }
var boolean = networkStateChangeEventDetails.hasNewInternetConnectionProfile;
Public ReadOnly Property HasNewInternetConnectionProfile As Boolean

Valor de propiedad

Boolean

bool

true si la conexión ha cambiado; de lo contrario, false.

Se aplica a

Consulte también