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