System.Web.UI.WebControls.BaseValidator.GetValidationProperty Method

Determines the validation property of a control (if it exists).

Syntax

public static System.ComponentModel.PropertyDescriptor GetValidationProperty (object o)

Parameters

o
a object

Returns

A System.ComponentModel.PropertyDescriptor that contains the validation property of the control.

Remarks

The BaseValidator.GetValidationProperty(object) method is a helper function that gets the validation property of the specified input control.

Note:

This method is used primarily by control developers.

Requirements

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