using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; [Serializable] public class propPropertyDetail { public int ID { get; set; } public int propertyID { get; set; } public string propertyName { get; set; } public string propertyLookupDetails { get; set; } }