Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPlan::StartDate Property

 

Gets or sets the start date for this test plan.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property DateTime StartDate {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The start date for this test plan.

The default is the date component for the day that the test plan is created.

Return to top
Show: