BaseValidator.GetValidationProperty Method
.NET Framework 3.0
Determines the validation property of a control (if it exists).
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static PropertyDescriptor GetValidationProperty ( Object component )
public static function GetValidationProperty ( component : Object ) : PropertyDescriptor
Not applicable.
Parameters
- component
A System.Object that represents the control to get the validation property of.
Return Value
A System.ComponentModel.PropertyDescriptor that contains the validation property of the control.Community Additions
ADD
Show:
Note: