AppRecordingStatusDetails.IsBlockedForApp Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to