Gets the optimization parameters collection for this system.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also