CaffeSettings.CommandLineArgs 屬性

定義

取得或設定命令列引數。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

需要傳遞至 Caffe 作業的命令列引數。

適用於