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 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 this action.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
KeyboardAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top