OptionsConfigurationVideoOutput Property  | 
  Gets or sets the video output file path. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string VideoOutput { get; set; }Public Property VideoOutput As String
	Get
	Set
public:
property String^ VideoOutput {
	String^ get ();
	void set (String^ value);
}member VideoOutput : string with get, set
Property Value
Type: 
String The video output file path. 
See Also