IProcessDataInfoCommandLine Property |
Win32_Process: Command line used to start a specific process, if applicable.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string CommandLine { get; set; }
Property CommandLine As String
Get
Set
property String^ CommandLine {
String^ get ();
void set (String^ value);
}
abstract CommandLine : string with get, set
Property Value
Type:
String
The command line.
See Also