DimensionReference.DimensionReferences Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property DimensionReferences As ItemCollection(Of DimensionReference)
public ItemCollection<DimensionReference> DimensionReferences { get; }
public:
property ItemCollection<DimensionReference^>^ DimensionReferences {
ItemCollection<DimensionReference^>^ get ();
}
member DimensionReferences : ItemCollection<DimensionReference> with get
function get DimensionReferences () : ItemCollection<DimensionReference>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<DimensionReference>
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.