ITestElement.IsGroupable Property

Definition

Gets a value that indicates whether this test element object can be grouped together with other test element objects.

public:
 property bool IsGroupable { bool get(); void set(bool value); };
public bool IsGroupable { get; set; }
member this.IsGroupable : bool with get, set
Public Property IsGroupable As Boolean

Property Value

true if this test element object can be grouped together with other test element objects; otherwise, false.

Applies to