Skip to content

ECGridIDInfo

Greg Kolinski edited this page Nov 27, 2017 · 9 revisions

Back To Object Classes


public partial class ECGridIDInfo {
        public int ECGridID {get;set;}
        public int NetworkID {get;set;}
        public string NetworkName {get;set;}
        public int MailboxID {get;set;}
        public string MailboxName {get;set;}
        public string Qualifier {get;set;}
        public string ID {get;set;}
        public string Description {get;set;}
        public string DataEMail {get;set;}
        public bool MailboxDefault {get;set;}
        public StatusECGridID Status {get;set;}
        public UseType UseType {get;set;}
        public UserIDInfo Owner {get;set;}
        public ECGridOwnerInfo OwnerInfo {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally