Gets the Simol configuration object.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
SimolConfig Config { get; }
Visual Basic
ReadOnly Property Config As SimolConfig
	Get
Visual C++
property SimolConfig^ Config {
	SimolConfig^ get ();
}

Field Value

The configuration.

See Also