LocalUserAccountPasswordExpiryDate Property |
Gets or sets an explicit date when the account's password expires.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime? PasswordExpiryDate { get; set; }
Public Property PasswordExpiryDate As DateTime?
Get
Set
public:
property Nullable<DateTime> PasswordExpiryDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member PasswordExpiryDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
The date (UTC) when the password expires, or
if no explicit
password expiry date should be used.
Remarks See Also