Share via


AppBroadcastingStatusDetails.IsDisabledBySystem Property

Definition

Gets a value indicating whether app broadcasting is disabled by the system.

public:
 property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appBroadcastingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean

Property Value

Boolean

bool

True if app broadcasting is disabled by the system; otherwise, false.

Remarks

Use the AppBroadcastingUI to show the broadcasting system setup UI.

Applies to