ITestElement.CanBeAggregated Property

Definition

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.

Applies to