Gets the date and time that the user ID was accessed by this request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public Nullable<DateTime> LastAccessed { get; }
Visual Basic
Public ReadOnly Property LastAccessed As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> LastAccessed {
	Nullable<DateTime> get ();
}

Field Value

A DateTime value storing the date and time that the password was accessed by this request. This property is set when the request is flowed and completes without errors.

See Also