Share via


CaffeSettings.PythonScriptFilePath Property

Definition

Gets or sets python script file path.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Python script to execute. This property cannot be specified if configFilePath is specified.

Applies to