WarehouseProcessingJobProperties.Collections Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
声明
Public ReadOnly Property Collections As Collection(Of HostedWarehouseJobGroup(Of WarehouseJobProperties))
Get
public Collection<HostedWarehouseJobGroup<WarehouseJobProperties>> Collections { get; }
public:
property Collection<HostedWarehouseJobGroup<WarehouseJobProperties^>^>^ Collections {
Collection<HostedWarehouseJobGroup<WarehouseJobProperties^>^>^ get ();
}
member Collections : Collection<HostedWarehouseJobGroup<WarehouseJobProperties>>
function get Collections () : Collection<HostedWarehouseJobGroup<WarehouseJobProperties>>
Property Value
Type: System.Collections.ObjectModel.Collection<HostedWarehouseJobGroup<WarehouseJobProperties>>
.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.