FaultEvent.MaximumWatsonReportsPerSession 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在遥测会话期间将报告给 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)