Share via


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

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

Property Value

Type: TimeSpan
Returns TimeSpan.

.NET Framework Security

See Also

Reference

ISessionNote Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace