UITestActionFilter.Name Property

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

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

Property Value

Type: String
The name of this filter.

.NET Framework Security

See Also

Reference

UITestActionFilter Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace