Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ Group {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A group can be enabled or disabled by using configuration.

Return to top
Show: