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