Share via


AppRecordingStatusDetails.IsDisabledByUser Property

Definition

Gets a value indicating if app recording has been disabled by the user.

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

Property Value

Boolean

bool

True if app recording has been disabled by the user; otherwise, false.

Applies to