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
'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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.