Share via


CaffeSettings.ConfigFilePath Property

Definition

Gets or sets config file path.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Path of the config file for the job. This property cannot be specified if pythonScriptFilePath is specified.

Applies to