LocalUserAccountDataPasswordLastSetDate Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> PasswordLastSetDate { get; set; }Public Property PasswordLastSetDate As Nullable(Of 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:
NullableDateTime
Remarks
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