AppBroadcastingMonitor.IsCurrentAppBroadcasting 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 current app is currently broadcasting.
public:
property bool IsCurrentAppBroadcasting { bool get(); };
bool IsCurrentAppBroadcasting();
public bool IsCurrentAppBroadcasting { get; }
var boolean = appBroadcastingMonitor.isCurrentAppBroadcasting;
Public ReadOnly Property IsCurrentAppBroadcasting As Boolean
Property Value
Boolean
bool
True if the current app is broadcasting; otherwise, false.