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.1.0.0 (9.1.0.4)
public Nullable<DateTime> LastAccessed { get; }
Public ReadOnly Property LastAccessed As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> LastAccessed {
Nullable<DateTime> get ();
}
Property Value
Type:
NullableDateTime
Reference