次の方法で共有


CustomToolkitSettings.CommandLine プロパティ

定義

コマンド ラインを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

マスター ノードで実行するコマンド ライン。

適用対象