AppBroadcastGlobalSettings.IsBroadcastEnabled 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 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
|