Share via


AppBroadcastingStatusDetails.IsDisabledByUser Property

Definition

Gets a value indicating if app broadcasting has been disabled by the user.

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

Property Value

Boolean

bool

True if app broadcasting has been disabled by the user; otherwise, false.

Remarks

Use the AppBroadcastingUI to show the broadcasting system setup UI.

Applies to