FaultEvent.MaximumWatsonReportsPerSession 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 or sets the maximum number of fault events that will be reported to Watson during the telemetry session.
public:
static property Nullable<int> MaximumWatsonReportsPerSession { Nullable<int> get(); void set(Nullable<int> value); };
public static int? MaximumWatsonReportsPerSession { get; set; }
static member MaximumWatsonReportsPerSession : Nullable<int> with get, set
Public Shared Property MaximumWatsonReportsPerSession As Nullable(Of Integer)