Share via


MetricsLatencyEvent.StartTime Property

 

Gets or sets the time at which this event started.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

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

Return to top