AppBroadcastGlobalSettings.IsBroadcastEnabled Property

Definition

Gets a value that indicates if broadcasting is enabled on the device.

public:
 property bool IsBroadcastEnabled { bool get(); };
bool IsBroadcastEnabled();
public bool IsBroadcastEnabled { get; }
var boolean = appBroadcastGlobalSettings.isBroadcastEnabled;
Public ReadOnly Property IsBroadcastEnabled As Boolean

Property Value

Boolean

bool

True if broadcasting is enabled on the device; otherwise, false.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to