ContainerItem.DimensionUses Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property DimensionUses As ItemCollection(Of DimensionUse)
public ItemCollection<DimensionUse> DimensionUses { get; }
public:
property ItemCollection<DimensionUse^>^ DimensionUses {
    ItemCollection<DimensionUse^>^ get ();
}
member DimensionUses : ItemCollection<DimensionUse> with get
function get DimensionUses () : ItemCollection<DimensionUse>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<DimensionUse>
Returns ItemCollection<T>.

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace