Compartir a través de


CaffeSettings.PythonScriptFilePath Propiedad

Definición

Obtiene o establece la ruta de acceso del archivo de script de Python.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Script de Python que se va a ejecutar. Esta propiedad no se puede especificar si se especifica configFilePath.

Se aplica a