AppBroadcastViewerCountChangedEventArgs.ViewerCount 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 the new viewer count.
public:
property unsigned int ViewerCount { unsigned int get(); };
uint32_t ViewerCount();
public uint ViewerCount { get; }
var uInt32 = appBroadcastViewerCountChangedEventArgs.viewerCount;
Public ReadOnly Property ViewerCount As UInteger
Property Value
The new viewer count.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|