ServerValidateEventArgs::Value Property
.NET Framework (current version)
Gets the value to validate in the custom event handler for the ServerValidate event.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The value to validate in the custom event handler for the ServerValidate event.
Use the Value property determine the value to validate in the custom event handler for the ServerValidate event. Notice that you cannot programmatically change this value.
.NET Framework
Available since 1.1
Available since 1.1
Show: