NetworkStateChangeEventDetails.HasNewDomainConnectivityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a connected network has a new domain connectivity level.
public:
property bool HasNewDomainConnectivityLevel { bool get(); };
bool HasNewDomainConnectivityLevel();
public bool HasNewDomainConnectivityLevel { get; }
var boolean = networkStateChangeEventDetails.hasNewDomainConnectivityLevel;
Public ReadOnly Property HasNewDomainConnectivityLevel As Boolean
Property Value
Boolean
bool
true if the connectivity level changed; otherwise, false.