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.
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
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.
See Also
TouchAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top