Gets the date on which this user's ability to login expires.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public DateTime ExpiresOn { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ExpiresOn As DateTime Get |
| Visual C++ |
|---|
public: property DateTime ExpiresOn { DateTime get (); } |
Field Value
A DateTime value containing the date that the user's login will expire or has expired. If no Expiration date is set in iMIS, this will contain MaxValue.
Remarks
The user is able to login using this account up to 23:59:59 of the date represented here.
After that time, login is denied.