OptionsConfigurationCommandLineOutput Property  | 
  Gets the command line output given the current configuration. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CommandLineOutput { get; }Public ReadOnly Property CommandLineOutput As String
	Get
public:
property String^ CommandLineOutput {
	String^ get ();
}member CommandLineOutput : string with get
Property Value
Type: 
String The command line output. 
See Also