Output settings.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Settings Settings { get; set; }
Visual Basic
Public Property Settings As Settings
	Get
	Set
Visual C++
public:
property Settings^ Settings {
	Settings^ get ();
	void set (Settings^ value);
}

Field Value

The settings.

See Also