ProcessDataInfoCommandLine 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 [DataMemberAttribute]
public string CommandLine { get; set; }
<DataMemberAttribute>
Public Property CommandLine As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ CommandLine {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract CommandLine : string with get, set
[<DataMemberAttribute>]
override CommandLine : string with get, set
Property Value
Type:
String
The command line.
Implements
IProcessDataInfoCommandLineSee Also