Fact.CalculatedMembers Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Fact Class

Microsoft.TeamFoundation.Warehouse Namespace