Compartilhar via


ISession.Duration Propriedade

 

Duração da sessão de teste.

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

Sintaxe

TimeSpan Duration { get; set; }
property TimeSpan Duration {
    TimeSpan get();
    void set(TimeSpan value);
}
abstract Duration : TimeSpan with get, set
Property Duration As TimeSpan

Valor de propriedade

Type: System.TimeSpan

Retorne TimeSpan.

Consulte também

Interface ISession
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo