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
'Declaration
Public MustOverride ReadOnly Property Group As String
public abstract string Group { get; }
public:
virtual property String^ Group {
String^ get () abstract;
}
abstract Group : string
abstract function get Group () : String
Property Value
Type: System.String
Remarks
A group can be enabled or disabled by using configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.