EventData.EventTimestamp Property

 

Optional. Gets or sets the occurrence time of event

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

Syntax

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

Property Value

Type: System.DateTime

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top