The maximum size of this position.

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

Syntax

C#
public long MaxSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxSize As Long
Visual C++
public:
property long long MaxSize {
	long long get ();
}

Remarks

Positions can be resized. This value is the largest size this position achieved.

See Also