Share via


LaunchApplicationAction.Arguments Property

 

Gets or sets the command line arguments to launch the executable.

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

Syntax

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

Property Value

Type: System.String

Remarks

Setting this property raises the PropertyChanged event.

See Also

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

Return to top