NetworkStateChangeEventDetails.HasNewHostNameList Property

Definition

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.

Applies to