Compartilhar via


ITestRunBase.DateStarted Propriedade

 

Data em que a execução foi iniciada.

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

Retorna DateTime.

Consulte também

Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo