Compartir a través de


NetworkStateChangeEventDetails.HasNewDomainConnectivityLevel Propiedad

Definición

Indica que una red conectada tiene un nuevo nivel de conectividad de dominio.

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

Valor de propiedad

Boolean

bool

true si el nivel de conectividad ha cambiado; de lo contrario, false.

Se aplica a

Consulte también