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