DynamicAccountPropertiesPasswordLastSetDate Property  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Tuple<DateTime>? PasswordLastSetDate { get; set; }Public Property PasswordLastSetDate As Tuple(Of DateTime)
	Get
	Set
public:
property Tuple<DateTime>^ PasswordLastSetDate {
	Tuple<DateTime>^ get ();
	void set (Tuple<DateTime>^ value);
}member PasswordLastSetDate : Tuple<DateTime> with get, set
Property Value
Type: 
TupleDateTime
See Also