KeyboardAction.ActionName Property

Gets or sets the name of this action.

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: System.String
The name of this action.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

KeyboardAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged