Share via


TestRun.Queued Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace