ButterflowWrapperexecutablePath Field | 
  Full pathname of the butterflow executable file. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate Lazy<string> executablePath
Private executablePath As Lazy(Of String)
private:
Lazy<String^>^ executablePath
val mutable private executablePath: Lazy<string>
Field Value
Type: 
LazyString
See Also