Gets or sets the maximum draw down date.

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

Syntax

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

See Also