Share via


CountSummaryItem.TotalEventsCount Property

 

Optional. The total number of events.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public int TotalEventsCount { get; set; }
public:
property int TotalEventsCount {
    int get();
    void set(int value);
}
member TotalEventsCount : int with get, set
Public Property TotalEventsCount As Integer

Property Value

Type: System.Int32

See Also

CountSummaryItem Class
Microsoft.Azure.Insights.Models Namespace

Return to top