MonitoringSummary.EventsCount Property

Definition

Gets or sets count of all critical warnings.

[Newtonsoft.Json.JsonProperty(PropertyName="eventsCount")]
public int? EventsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventsCount")>]
member this.EventsCount : Nullable<int> with get, set
Public Property EventsCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to