Gets or sets the type of the output.
            
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public OutputType OutputType { get; set; }  | 
| Visual Basic | 
|---|
Public Property OutputType As OutputType Get Set  | 
| Visual C++ | 
|---|
public: property OutputType OutputType { OutputType get (); void set (OutputType value); }  |