AppRecordingStatusDetails.IsDisabledBySystem 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 disabled by the system.
public:
property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appRecordingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean
Property Value
Boolean
bool
True if app recording is disabled by the system; otherwise, false.