Freigeben über


EventData.SubmissionTimestamp Property

 

Optional. Gets or sets the event submission time.This value should not be confused eventTimestamp. As there might be a delay between the occurence time of the event, and the time that the event is submitted to the Azure logging infrastructure.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top