次の方法で共有


EventCountSummaryResponse.SummaryItems Property

 

Optional. The event summaries.

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

Syntax

public IList<CountSummaryItem> SummaryItems { get; set; }
public:
property IList<CountSummaryItem^>^ SummaryItems {
    IList<CountSummaryItem^>^ get();
    void set(IList<CountSummaryItem^>^ value);
}
member SummaryItems : IList<CountSummaryItem> with get, set
Public Property SummaryItems As IList(Of CountSummaryItem)

Property Value

Type: System.Collections.Generic.IList<CountSummaryItem>

See Also

EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top