FaultEvent.BucketFiltersToDisableWatsonReport Field
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.
Caution
This property is obsolete. Use TelemetrySession.BucketFiltersToEnableWatsonForFaults to enable Watson reports for fault events. They are disabled by default.
This property is obsolete. Use TelemetrySession.BucketFiltersToEnableWatsonForFaults to enable Watson reports for faults. They are now disabled by default instead of enabled by default.
public: static System::Collections::Generic::List<Microsoft::VisualStudio::Telemetry::WindowsErrorReporting::BucketFilter ^> ^ BucketFiltersToDisableWatsonReport;
public static System.Collections.Generic.List<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter> BucketFiltersToDisableWatsonReport;
[System.Obsolete("This property is obsolete. Use TelemetrySession.BucketFiltersToEnableWatsonForFaults to enable Watson reports for fault events. They are disabled by default.", false)]
public static System.Collections.Generic.List<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter> BucketFiltersToDisableWatsonReport;
staticval mutable BucketFiltersToDisableWatsonReport : System.Collections.Generic.List<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter>
[<System.Obsolete("This property is obsolete. Use TelemetrySession.BucketFiltersToEnableWatsonForFaults to enable Watson reports for fault events. They are disabled by default.", false)>]
staticval mutable BucketFiltersToDisableWatsonReport : System.Collections.Generic.List<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter>
Public Shared BucketFiltersToDisableWatsonReport As List(Of BucketFilter)
Field Value
- Attributes