Public Property LogDate As String Get Set
public string LogDate { get; set; }
public: property String^ LogDate { String^ get (); void set (String^ value); }
function get_logDate(); function set_logDate(value);