2009-01-30 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ControlValuePropertyAttribute.cs
index c697b12cec6176e000e28d0c8b2a36e675c861dc..4d7ef61303a348e8fb53ac1a9376b1efcb6c482c 100644 (file)
@@ -35,9 +35,9 @@ namespace System.Web.UI {
        [AttributeUsage (AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
        public sealed class ControlValuePropertyAttribute : Attribute
        {
-               private string propertyName;
-               private object propertyValue;
-               private Type propertyType;
+               string propertyName;
+               object propertyValue;
+               Type propertyType;
 
                public ControlValuePropertyAttribute (string propName) 
                {