Skip to content

SessionInfo

Greg Kolinski edited this page Sep 28, 2017 · 4 revisions

Back To Object Classes


 public partial class SessionInfo {
        public string ECGridOSVersion {get;set;}
        public string SessionID {get;set;}
        public int SessionEventID {get;set;}
        public int UserID {get;set;}
        public string LoginName {get;set;}
        public string FirstName {get;set;}
        public string LastName {get;set;}
        public string Company {get;set;}
        public string EMail {get;set;}
        public string Phone {get;set;}
        public float TimeZoneOffset {get;set;}
        public AuthLevel AuthLevel {get;set;}
        public DateTime LastLogin {get;set;}
        public short OpenSessions {get;set;}
        public short TimeOut {get;set;}
        public int NetworkID {get;set;}
        public int MailboxID {get;set;}
        public string ip {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally