TouchAction.ActionName Property

The name of the UITestAction.

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

Syntax

'Declaration
Public Overrides Property ActionName As String
public override string ActionName { get; set; }
public:
virtual property String^ ActionName {
    String^ get () override;
    void set (String^ value) override;
}
abstract ActionName : string with get, set 
override ActionName : string with get, set
override function get ActionName () : String 
override function set ActionName (value : String)

Property Value

Type: String
The name of the action.

.NET Framework Security

See Also

Reference

TouchAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace