AppRecordingStatusDetails.IsTimeSpanRecordingDisabled Property

Definition

Gets a value specifying wether recording a specified timespan of app content with RecordTimespanToFileAsymc is disabled.

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

Property Value

Boolean

bool

True if recording a timespan of app content is disabled; otherwise, false.

Applies to