LocalUserAccountIsAccountExpired Property |
Gets a value indicating whether the account has expired.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsAccountExpired { get; }Public ReadOnly Property IsAccountExpired As Boolean
Get
public:
property bool IsAccountExpired {
bool get ();
}member IsAccountExpired : bool with get
Property Value
Boolean if the account has expired, otherwise
.
See Also