PenAndInkSettings.UserConsentsToHandwritingTelemetryCollection Property

Definition

Gets whether ink/handwriting input telemetry data can be collected and sent to Microsoft for improving recognition and suggestion capabilities.

public:
 property bool UserConsentsToHandwritingTelemetryCollection { bool get(); };
bool UserConsentsToHandwritingTelemetryCollection();
public bool UserConsentsToHandwritingTelemetryCollection { get; }
var boolean = penAndInkSettings.userConsentsToHandwritingTelemetryCollection;
Public ReadOnly Property UserConsentsToHandwritingTelemetryCollection As Boolean

Property Value

Boolean

bool

True if consent has been granted. Otherwise, false.

Remarks

This value can be set by the user through the Diagnostics and feedback settings screen.

Applies to

See also