Public Property LogTime As String Get Set
public string LogTime { get; set; }
public: property String^ LogTime { String^ get (); void set (String^ value); }
function get_logTime(); function set_logTime(value);