clsStaff..::..PasswordLastChangedDateTime Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.JiwaStaff
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public DateTime PasswordLastChangedDateTime { get; set; }
Public Property PasswordLastChangedDateTime As DateTime
	Get
	Set
public:
property DateTime^ PasswordLastChangedDateTime {
	DateTime^ get ();
	void set (DateTime^ value);
}