DynamicAccountPropertiesPasswordLastSetDate Property |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
TupleDateTimeSee Also