MouseAction.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

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

Property Value

Type: System.String

The name of the action.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top