TestRun.Started Property

Definition

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

public:
 property DateTime Started { DateTime get(); void set(DateTime value); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public DateTime Started { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.Started : DateTime with get, set
Public Property Started As DateTime

Property Value

The date and time when the test run was started.

Attributes

Applies to