CommandLineParameters Property (ProgramExecutionTask)
In This Topic
Optional command-line parameters to pass to the
ExecutionTarget
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property CommandLineParameters As String
[CanBeNull()]
public string CommandLineParameters {get; set;}
[CanBeNull()]
public:
property String^ CommandLineParameters {
String^ get();
void set ( String^ value);
}
See Also