KeyboardAction.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
'Declaration
Public Overrides Property ActionName As String
public override string ActionName { get; set; }
public:
virtual property String^ ActionName {
String^ get () override;
void set (String^ value) override;
}
abstract ActionName : string with get, set
override ActionName : string with get, set
override function get ActionName () : String
override function set ActionName (value : String)
Property Value
Type: String
The name of this action.
Remarks
Setting this property raises the PropertyChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.