Share via


AppBroadcastingMonitor.IsCurrentAppBroadcasting Property

Definition

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.

Applies to