WarehouseProcessingStatusDetails.Collections Property

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>
function get Collections () : Collection<HostedWarehouseJobGroupStatus>

Property Value

Type: System.Collections.ObjectModel.Collection<HostedWarehouseJobGroupStatus>

.NET Framework Security

See Also

Reference

WarehouseProcessingStatusDetails Class

Microsoft.TeamFoundation.Warehouse Namespace