ITestResult.DateStarted Propriedade
Obtém ou define a data em que o teste foi iniciado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
DateTime DateStarted { get; set; }
property DateTime DateStarted {
DateTime get();
void set(DateTime value);
}
abstract DateStarted : DateTime with get, set
Property DateStarted As Date
Valor de propriedade
Type: System.DateTime
A data em que o teste foi iniciado.
Consulte também
Interface ITestResult
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo