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