ITestRunBase.DateStarted Property

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

.NET Framework Security

See Also

Reference

ITestRunBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace