ButterflowWrapperButterflowOutputArgsOutputType Property |
Gets or sets the type of the output detected from butterflow.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public ButterflowWrapperButterflowOutputType OutputType { get; private set; }
Public Property OutputType As ButterflowWrapperButterflowOutputType
Get
Private Set
public:
property ButterflowWrapperButterflowOutputType OutputType {
ButterflowWrapperButterflowOutputType get ();
private: void set (ButterflowWrapperButterflowOutputType value);
}
member OutputType : ButterflowWrapperButterflowOutputType with get, private set
Property Value
Type:
ButterflowWrapperButterflowOutputType The type of the output detected from butterflow.
See Also