GetCountSummaryParameters::EndTime Property

 

Gets or sets the end time.

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

public:
[FilterParameterAttribute("endTime", "O")]
property Nullable<DateTime> EndTime {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>
Return to top
Show: