LocalUserAccount.AccountExpiryDate Property |
Gets or sets the date when the account expires.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic DateTime? AccountExpiryDate { get; set; }
Public Property AccountExpiryDate As DateTime?
Get
Set
public:
property Nullable<DateTime> AccountExpiryDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member AccountExpiryDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable<DateTime>
The date (UTC) when the account expires, or
null if the
account never expires.
See Also