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

See Also

Reference

Fact Class

Microsoft.TeamFoundation.Warehouse Namespace