UITestAction.ActionName Property

 

Gets the name of the action. The set procedure is not supported in this base class.

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

Syntax

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

Property Value

Type: System.String

The name of the action.

Exceptions

Exception Condition
NotSupportedException

A try was made to set the property value.

See Also

UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top