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
- 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.