TestElement.IsGroupable Property

Definition

Gets or sets a value that indicates whether this test element can be grouped.

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 can be grouped; otherwise, false.

Implements

Applies to