Compartilhar via


ITestRunBase.DateCreated Propriedade

 

Data em que a execução foi criada.

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

Retorna DateTime.

Consulte também

Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo