System.Web.UI.WebControls.ServerValidateEventArgs.Value Property

Gets the value to validate in the custom event handler for the CustomValidator.ServerValidate event.

Syntax

public string Value { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ServerValidateEventArgs.Value property determine the value to validate in the custom event handler for the CustomValidator.ServerValidate event. Notice that you cannot programmatically change this value.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0