Information for a single student login session
Inheritance Hierarchy
ReturnTypesStudentSessionLog
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentSessionLog type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StudentSessionLog | Initializes a new instance of the StudentSessionLog class |
Properties
| Name | Description | |
|---|---|---|
| IPAddress |
The Internet Protocol address the student logged in from
| |
| LastAccess |
Date and time of the last activity by the student during the session
| |
| LogID |
Unique identifier for the session
| |
| LogOnDate |
Date and time of the start of the session
| |
| TotalLogonTime |
Total minutes the student was logged in
| |
| UserID |
ID of the student
|
See Also