AppRecordingStatusDetails.IsBlockedForApp 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 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.