Share via


AppBroadcastingStatusDetails.IsBlockedForApp Property

Definition

Gets a value indicating whether broadcasting is blocked for the current app.

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

Property Value

Boolean

bool

True if broadcasting is blocked for the current app; otherwise, false.

Remarks

Use the AppBroadcastingUi to show the broadcasting system setup UI.

Applies to