UITestActionFilter.Group Property

 

Gets the name of the group to which this filter belongs.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public abstract string Group { get; }
public:
property String^ Group {
    virtual String^ get() abstract;
}
abstract Group : string with get
Public MustOverride ReadOnly Property Group As String

Property Value

Type: System.String

Remarks

A group can be enabled or disabled by using configuration.

See Also

UITestActionFilter Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top