Bagikan melalui


CustomToolkitSettings.CommandLine Property

Definition

Gets or sets command line.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The command line to execute on the master node.

Applies to