BaseValidator::GetValidationProperty Method (Object^)

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
static PropertyDescriptor^ GetValidationProperty(
	Object^ component
)

Parameters

component
Type: System::Object^

A System::Object that represents the control to get the validation property of.

Return Value

Type: System.ComponentModel::PropertyDescriptor^

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

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

System_CAPS_noteNote

This method is used primarily by control developers.

.NET Framework
Available since 1.1
Return to top
Show: