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

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

Property Value

Type: String
The name of the action.

Exceptions

Exception Condition
NotSupportedException

A try was made to set the property value.

.NET Framework Security

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace