Share via


TeamFoundationRequestInformation.Queued Property

Gets a flag that states whether this request is queued.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Queued As Boolean
public bool Queued { get; }
public:
property bool Queued {
    bool get ();
}
member Queued : bool with get
function get Queued () : boolean

Property Value

Type: System.Boolean
True if this request is queued; otherwise, false.

.NET Framework Security

See Also

Reference

TeamFoundationRequestInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace