TestRun.Queued Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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