HostedWarehouseJobGroupStatus.JobsQueued Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property JobsQueued As Integer
public int JobsQueued { get; set; }
public:
property int JobsQueued {
    int get ();
    void set (int value);
}
member JobsQueued : int with get, set
function get JobsQueued () : int 
function set JobsQueued (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

HostedWarehouseJobGroupStatus Class

Microsoft.TeamFoundation.Warehouse Namespace