Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs b/mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs
index f462156fe94..70505142589 100644
--- a/mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs
+++ b/mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs
@@ -149,7 +149,7 @@ namespace System.Web.UI.WebControls {
#if NET_2_0
[DefaultValue ("")]
[Themeable (false)]
- public virtual string ValidationGroup
+ public string ValidationGroup
{
get {
return ViewState.GetString("ValidationGroup", string.Empty);