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
- 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.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client Namespace
BuildTakenDate