Skip to content

ECGridOwnerInfo

Greg Kolinski edited this page Sep 27, 2017 · 1 revision

Back To Object Classes


public partial class ECGridOwnerInfo {
        public int NetworkID {get;set;}
        public string NetworkName {get;set;}
        public int MailboxID {get;set;}
        public string MailboxName {get;set;}
        public System.DateTime Created {get;set;}
        public System.DateTime Modified {get;set;}
        public System.DateTime Effective {get;set;}
        public System.DateTime Expires {get;set;}
        public System.DateTime LastTraffic {get;set;}
        public RoutingGroup RoutingGroup {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally