DiagnosticsSettings.CanUseDiagnosticsToTailorExperiences Property

Definition

Gets a value that indicates whether the user has turned on access to diagnostic data for tailored experiences in the Windows Feedback & diagnostics settings.

public:
 property bool CanUseDiagnosticsToTailorExperiences { bool get(); };
bool CanUseDiagnosticsToTailorExperiences();
public bool CanUseDiagnosticsToTailorExperiences { get; }
var boolean = diagnosticsSettings.canUseDiagnosticsToTailorExperiences;
Public ReadOnly Property CanUseDiagnosticsToTailorExperiences As Boolean

Property Value

Boolean

bool

true if access to diagnostic data is turned on; otherwise, false.

Applies to