diff --git a/src/MTConnect.NET-Common/Observations/ITableCell.cs b/src/MTConnect.NET-Common/Observations/ITableCell.cs index 3ca60dcc..e9c74528 100644 --- a/src/MTConnect.NET-Common/Observations/ITableCell.cs +++ b/src/MTConnect.NET-Common/Observations/ITableCell.cs @@ -13,7 +13,7 @@ public interface ITableCell /// string Key { get; } - public string KeyDescription { get; set; } + string KeyDescription { get; set; } /// /// The Value for each key-value pair.