Compartir a través de


CountSummaryItem.EventTime Property

 

Optional. The event time.

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

Syntax

public DateTime EventTime { get; set; }
public:
property DateTime EventTime {
    DateTime get();
    void set(DateTime value);
}
member EventTime : DateTime with get, set
Public Property EventTime As Date

Property Value

Type: System.DateTime

See Also

CountSummaryItem Class
Microsoft.Azure.Insights.Models Namespace

Return to top