Share via


MetricsLatencyEvent.EndTime Property

 

Gets or sets the time at which this event ended.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

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

Property Value

Type: System.DateTime

See Also

MetricsLatencyEvent Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top