TestRun.Queued Property

Definition

Gets or sets the date and time when the test run was queued.

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

Property Value

The date and time when the test run was queued.

Attributes

Applies to