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: 1.0.0.0

Syntax

C#
public Nullable<DateTime> PasswordExpires { get; }
Visual Basic
Public ReadOnly Property PasswordExpires As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> PasswordExpires {
	Nullable<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