AppCaptureState.IsHistoricalCaptureEnabled Property

Definition

Gets a value specifying whether historical app capture is enabled.

public:
 property bool IsHistoricalCaptureEnabled { bool get(); };
bool IsHistoricalCaptureEnabled();
public bool IsHistoricalCaptureEnabled { get; }
var boolean = appCaptureState.isHistoricalCaptureEnabled;
Public ReadOnly Property IsHistoricalCaptureEnabled As Boolean

Property Value

Boolean

bool

True if the historical app capture is enabled; otherwise, false.

Windows requirements

App capabilities
appCaptureSettings

Applies to