WarehouseProcessingStatusDetails.Collections Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public ReadOnly Property Collections As Collection(Of HostedWarehouseJobGroupStatus)
Get
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
- 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.