Compartilhar via


ISessionNote.CreationTime Propriedade

 

Duração na sessão quando a observação é criada.

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

Sintaxe

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

Valor de propriedade

Type: System.TimeSpan

Retorne TimeSpan.

Consulte também

Interface ISessionNote
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo