//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace MailQuery
{
using System;
using System.Collections.Generic;
public partial class dtproperties
{
public int id { get; set; }
public Nullable objectid { get; set; }
public string property { get; set; }
public string value { get; set; }
public string uvalue { get; set; }
public byte[] lvalue { get; set; }
public int version { get; set; }
}
}