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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.