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 the date and time that the current build was associated with this test plan.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
DateTime BuildTakenDate { get; }
property DateTime BuildTakenDate {
DateTime get();
}
abstract BuildTakenDate : DateTime with get
ReadOnly Property BuildTakenDate As Date
Property Value
Type: System.DateTime
The date and time that the current build was associated with this test plan.
Remarks
When the BuildUri is cleared, this BuildTakenDate property is also cleared.
See Also
BuildUri
BuildTakenDate
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top