Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
DateTime StartDate { get; set; }
property DateTime StartDate {
DateTime get();
void set(DateTime value);
}
abstract StartDate : DateTime with get, set
Property StartDate As Date
Property Value
Type: System.DateTime
The start date for this test plan.
Remarks
The default is the date component for the day that the test plan is created.
See Also
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top