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