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