Share via


ITestPlan.StartDate Property

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

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace