ITestResult.DateStarted Property

Gets or sets the date that the test was started.

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

Syntax

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

Property Value

Type: DateTime
The date that the test was started.

.NET Framework Security

See Also

Reference

ITestResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace