2007-10-08 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / class / System.Data / System.Data.Odbc / OdbcCategoryAttribute.cs
index 81519bd4eadf181fb89d37bdab9e6f61045577d1..5c8a84a14c3f302b7e3dbe9e19c7069887580a7d 100644 (file)
@@ -52,6 +52,14 @@ namespace System.Data.Odbc {
 
                #endregion // Constructors
 
+               #region Properties
+
+               public new string Category {
+                       get { return category; }
+               }
+
+               #endregion
+
                #region Methods
 
                [MonoTODO]