ProcessTaskStartInfo.Arguments Property
Gets or sets the command-line arguments for the program that is assigned to the ProcessTaskStartInfo object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string Arguments { get; set; }
public:
property String^ Arguments {
String^ get();
void set(String^ value);
}
Public Property Arguments As String
Property Value
Type: System.String
An instance of String that contains the command-line arguments for the program.
See Also
ProcessTaskStartInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top