Gets the date and time that the current password or password phrase expires.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
Visual Basic |
---|
Public ReadOnly Property PasswordExpires As Nullable(Of DateTime)
Get |
Field Value
A
DateTime value storing the date and time that the current password or password phrase
expires. This property is set when the request is flowed and completes without errors. When
PasswordExpiresSet is false the value of this property is undefined.
See Also