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)

public:
property DateTime StartTime {
	[CompilerGeneratedAttribute]
	DateTime get();
	[CompilerGeneratedAttribute]
	void set(DateTime value);
}

Property Value

Type: System::DateTime
Return to top
Show: