FaultEvent.MaximumWatsonReportsPerSession 属性

定义

获取或设置在遥测会话期间将报告给 Watson 的错误事件的最大数量。

public:
 static property Nullable<int> MaximumWatsonReportsPerSession { Nullable<int> get(); void set(Nullable<int> value); };
public static int? MaximumWatsonReportsPerSession { get; set; }
member this.MaximumWatsonReportsPerSession : Nullable<int> with get, set
Public Shared Property MaximumWatsonReportsPerSession As Nullable(Of Integer)

属性值

Nullable<Int32>

适用于