UITestAction.ParameterName Property

 

Gets or sets the name of the corresponding parameter for the action value.

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

Syntax

public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get();
    void set(String^ value);
}
member ParameterName : string with get, set
Public Property ParameterName As String

Property Value

Type: System.String

The name of the corresponding parameter.

Remarks

Raises the PropertyChanged event when the value is set.

See Also

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

Return to top