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

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

Property Value

Type: String

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

LaunchApplicationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged