Rate..::..DateEntered Property

Namespace:  JiwaFinancials.Jiwa.JiwaForeignExchange
Assembly:  JiwaForeignExchange (in JiwaForeignExchange.dll)

Syntax


[DisplayNameAttribute]
[DescriptionAttribute]
public DateTime DateEntered { get; set; }
<DisplayNameAttribute> _
<DescriptionAttribute> _
Public Property DateEntered As DateTime
	Get
	Set
[DisplayNameAttribute]
[DescriptionAttribute]
public:
property DateTime^ DateEntered {
	DateTime^ get ();
	void set (DateTime^ value);
}