Share via


WarehouseProcessingStatusDetails.Collections Property

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

See Also

Reference

WarehouseProcessingStatusDetails Class

Microsoft.TeamFoundation.Warehouse Namespace