TeamFoundationRequestContext.Queued Property

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

Syntax

'宣言
Public Property Queued As Boolean
    Get
    Set
public bool Queued { get; set; }
public:
property bool Queued {
    bool get ();
    void set (bool value);
}
member Queued : bool with get, set
function get Queued () : boolean
function set Queued (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace