Merge branch 'marek'
[mono.git] / mcs / class / System.Web / System.Web.UI / PartialCachingAttribute.cs
index 8a70d0641b50c984a90fe64dcb6edfd4ad6eafea..c92eaa32ff6c9d7521cfb7b9ad92037ded625a67 100644 (file)
@@ -81,7 +81,11 @@ namespace System.Web.UI {
                public int Duration {
                        get { return duration; }
                }
-
+#if NET_4_0
+               public string ProviderName {
+                       get; set;
+               }
+#endif
                public string VaryByParams {
                        get { return varyByParams; }
                }