Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of this filter that is included in log messages.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public abstract string Name { get; }
public:
property String^ Name {
virtual String^ get() abstract;
}
abstract Name : string with get
Public MustOverride ReadOnly Property Name As String
Property Value
Type: System.String
The name of this filter.
See Also
UITestActionFilter Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top