AppRecordingStatusDetails.IsDisabledBySystem Property

Definition

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.

Applies to