NetworkStateChangeEventDetails.HasNewHostNameList 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 if the list of host names returned by GetHostNames has changed.
public:
property bool HasNewHostNameList { bool get(); };
bool HasNewHostNameList();
public bool HasNewHostNameList { get; }
var boolean = networkStateChangeEventDetails.hasNewHostNameList;
Public ReadOnly Property HasNewHostNameList As Boolean
Property Value
Boolean
bool
true if a new Host Name list was provided; otherwise, false.