Share via


TestRun.Started Property

Gets or sets the date and time when the test run started.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public Property Started As DateTime
[VisiblePropertyAttribute]
public DateTime Started { get; set; }
[VisiblePropertyAttribute]
public:
property DateTime Started {
    DateTime get ();
    void set (DateTime value);
}
[<VisiblePropertyAttribute>]
member Started : DateTime with get, set
function get Started () : DateTime
function set Started (value : DateTime)

Property Value

Type: System.DateTime
The date and time when the test run was started.

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace