Compartilhar via


Propriedade ISession.Duration

Duração da sessão de teste.

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

Sintaxe

'Declaração
Property Duration As TimeSpan
TimeSpan Duration { get; set; }
property TimeSpan Duration {
    TimeSpan get ();
    void set (TimeSpan value);
}
abstract Duration : TimeSpan with get, set
function get Duration () : TimeSpan
function set Duration (value : TimeSpan)

Valor de propriedade

Tipo: System.TimeSpan
Retorna TimeSpan.

Segurança do .NET Framework

Consulte também

Referência

ISession Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client