NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseValidator.GetValidationProperty

Helper function to get the Validation property of a control if it exists

[Visual Basic]
Public Shared Function GetValidationProperty( _
   ByVal component As Object _
) As PropertyDescriptor
[C#]
public static PropertyDescriptor GetValidationProperty(
   object component
);
[C++]
public: static PropertyDescriptor* GetValidationProperty(
   Object* component
);
[JScript]
public static function GetValidationProperty(
   component : Object
) : PropertyDescriptor;

Parameters

component
[To be supplied.]

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace