Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contain the tip of the job history table merged with the current job queue information, which allows to query the "latest" job run status.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property Collections As Collection(Of HostedWarehouseJobGroupStatus)
public Collection<HostedWarehouseJobGroupStatus> Collections { get; }
public:
property Collection<HostedWarehouseJobGroupStatus^>^ Collections {
Collection<HostedWarehouseJobGroupStatus^>^ get ();
}
member Collections : Collection<HostedWarehouseJobGroupStatus> with get
function get Collections () : Collection<HostedWarehouseJobGroupStatus>
Property Value
Type: System.Collections.ObjectModel.Collection<HostedWarehouseJobGroupStatus>
Returns Collection<T>.
.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.