DiagnosticsSettings.CanUseDiagnosticsToTailorExperiences 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 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.