ParcelIDInfoCollection - LorenData/ECGrid-API GitHub Wiki

Back To Object Classes


 public partial class ParcelIDInfoCollection {
        public short PageSize {get;set;}
        public short PageNumber {get;set;}
        public short Count {get;set;}
        public int TotalRecords {get;set;}
        public short TotalPages {get;set;}
        public ParcelIDInfo[] ParcelIDInfoList {get;set;}
    }

Public Properties


Back To Object Classes