Initializes a new instance of the ActionParameter class by using the provided parameter name.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String _
)
public ActionParameter(
    string name
)
public:
ActionParameter(
    String^ name
)
new : 
        name:string -> ActionParameter
public function ActionParameter(
    name : String
)
Parameters
- name 
 Type: String- The name of the parameter. 
.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.