Staff..::..SMTPPasswordLastChangedDateTime Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Staff
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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