ProcessInfoInner.CommandLine Property

Definition

Gets or sets command line.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.command_line")]
public string CommandLine { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.command_line")>]
member this.CommandLine : string with get, set
Public Property CommandLine As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to