Skip to content

NetworkNetOpsInfo

Greg Kolinski edited this page Nov 28, 2017 · 7 revisions

Back To Object Classes


public partial class NetworkNetOpsInfo {
        public int BillingUserID {get;set;}
        public string BillingContact {get;set;}
        public string BillingEMail {get;set;}
        public short BillingType {get;set;}
        public string InvoiceContact {get;set;}
        public string InvoiceEMail {get;set;}
        public string SoftwareVersion {get;set;}
        public DateTime Created {get;set;}
        public DateTime Commissioned {get;set;}
        public DateTime Decommissioned {get;set;}
        public DateTime Modified {get;set;}
        public string RunDir {get;set;}
        public string InternalDirectory {get;set;}
        public string ExternalDirectoryRoot {get;set;}
        public string ExternalDirectoryIn {get;set;}
        public string ExternalDirectoryOut {get;set;}
        public short ArchiveDays {get;set;}
        public string SupportURL {get;set;}
        public short BlockSize {get;set;}
        public short EnvPerMB {get;set;}
        public short OutBoxTimeOut {get;set;}
        public string MasterAccount {get;set;}
        public int ProcessID {get;set;}
        public string UserName {get;set;}
        public string UserDomain {get;set;}
        public string Server {get;set;}
        public int AliasNetworkID {get;set;}
        public int AliasMailboxID {get;set;}
        public string InBoxPattern {get;set;}
        public string OutBoxPattern {get;set;}
        public bool X1256 {get;set;}
        public short ArchiveDaysInternal {get;set;}
        public short ArchiveDaysExternal {get;set;}
        public short MaxBatch {get;set;}
        public short dbOpenMaxCycles {get;set;}
        public short dbOpenMaxSeconds {get;set;}
        public NetworkGateway Gateway {get;set;}
        public NetworkVPN VPN {get;set;}
        public NetworkFTPInfo FTPServer {get;set;}
        public NetworkFTPInfo FTPClient {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally