TestRun.Created Property

Definition

Gets the date and time when this test was created.

public:
 property DateTime Created { DateTime get(); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public DateTime Created { get; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.Created : DateTime
Public ReadOnly Property Created As DateTime

Property Value

The date when the test was created.

Attributes

Applies to