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

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

Property Value

Type: System.DateTime

The date that the test was started.

See Also

ITestResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top