Share via


ITestPlan.EndDate Property

 

Gets or sets the end date for this test plan.

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

Syntax

DateTime EndDate { get; set; }
property DateTime EndDate {
    DateTime get();
    void set(DateTime value);
}
abstract EndDate : DateTime with get, set
Property EndDate As Date

Property Value

Type: System.DateTime

The end date for this test plan.

Remarks

The value has only a date component. The default value is seven days after the StartDate.

See Also

StartDate
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top