Gets or sets the type of the output.

Namespace: Conaito.Flipdoo
Assembly: 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);
}

Field Value

The type of the output.

See Also