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
- 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.