CountSummaryItem.FailedEventsCount Property
Optional. The total number of events with Status == Failed.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public int FailedEventsCount { get; set; }
public:
property int FailedEventsCount {
int get();
void set(int value);
}
member FailedEventsCount : int with get, set
Public Property FailedEventsCount As Integer
Property Value
Type: System.Int32
See Also
CountSummaryItem Class
Microsoft.Azure.Insights.Models Namespace
Return to top