Share via


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)

Syntax

'Declaration
Property StartDate As DateTime
DateTime StartDate { get; set; }
property DateTime StartDate {
    DateTime get ();
    void set (DateTime value);
}
abstract StartDate : DateTime with get, set
function get StartDate () : DateTime 
function set StartDate (value : DateTime)

Property Value

Type: DateTime
The start date for this test plan.

Remarks

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

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace