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

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

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.

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

StartDate