ITestPlan.BuildTakenDate Property

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

'Declaration
ReadOnly Property BuildTakenDate As DateTime
DateTime BuildTakenDate { get; }
property DateTime BuildTakenDate {
    DateTime get ();
}
abstract BuildTakenDate : DateTime with get
function get BuildTakenDate () : DateTime

Property Value

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

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

BuildUri

BuildTakenDate