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 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
- 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.