LocalUserAccountDataPasswordLastSetDate Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime? PasswordLastSetDate { get; set; }
Public Property PasswordLastSetDate As DateTime?
Get
Set
public:
property Nullable<DateTime> PasswordLastSetDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member PasswordLastSetDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeRemarks
This property should always be populated when returning an account object.
When saving an account, a value of indicates that the existing persisted value should not be updated.
See Also