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