CaffeSettings.ConfigFilePath 屬性

定義

取得或設定組態檔路徑。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

作業組態檔的路徑。 如果指定 pythonScriptFilePath,便無法指定這個屬性。

適用於