ITestElement.CanBeAggregated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether this test element can be inserted into aggregation tests.
public:
property bool CanBeAggregated { bool get(); };
public bool CanBeAggregated { get; }
member this.CanBeAggregated : bool
Public ReadOnly Property CanBeAggregated As Boolean
Property Value
true if this test element can be inserted into aggregation tests; otherwise, false.