Gets or sets the maximum exposure.

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

Syntax

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

See Also