Gets or sets the maximum draw down percentage date

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

Syntax

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

See Also