Compartilhar via


ITestRun.DateDue Propriedade

 

Obtém a data de vencimento essa execução de teste.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

DateTime DateDue { get; set; }
property DateTime DateDue {
    DateTime get();
    void set(DateTime value);
}
abstract DateDue : DateTime with get, set
Property DateDue As Date

Valor de propriedade

Type: System.DateTime

É a data em que esse teste executado.

Consulte também

Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo