ISessionNote.CreationTime Property

 

Duration in the session when the note is created.

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

Syntax

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

Property Value

Type: System.TimeSpan

Returns TimeSpan.

See Also

ISessionNote Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top