ITestPlan.EndDate Propriedade
Obtém ou define a data de término para este plano de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
DateTime EndDate { get; set; }
property DateTime EndDate {
DateTime get();
void set(DateTime value);
}
abstract EndDate : DateTime with get, set
Property EndDate As Date
Valor de propriedade
Type: System.DateTime
Planejar a data de término para esse teste.
Comentários
O valor tem um componente de data. O valor padrão é sete dias após o StartDate.
Consulte também
StartDate
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo