LocalUserAccountAccountExpiryDate 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 (24.3.0.1000)
Syntax public 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:
NullableDateTime
The date (UTC) when the account expires, or
if the
account never expires.
See Also