NetworkStateChangeEventDetails.HasNewTetheringClientCount 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.
Gets a value indicating whether the network state change event shows a new tethering client count.
public:
property bool HasNewTetheringClientCount { bool get(); };
bool HasNewTetheringClientCount();
public bool HasNewTetheringClientCount { get; }
var boolean = networkStateChangeEventDetails.hasNewTetheringClientCount;
Public ReadOnly Property HasNewTetheringClientCount As Boolean
Property Value
Boolean
bool
When true, the tethering client count has changed.