Enum UserSessionSortField
Defines fields in the UserSession record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum UserSessionSortField
  Fields
| Name | Description | 
|---|---|
| ClientAddress | IP address of the user's browser.  | 
      
| Duration | Session duration.  | 
      
| EndDateTime | Session end time.  | 
      
| IdentityName | Identity name used to authenticate the user.  | 
      
| StartDateTime | Session start time.  | 
      
| UserFullName | Full name of the user associated with the session.  |