DefaultValidator::CanValidate Method (Type^)

 

Determines whether an object can be validated, based on type.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual bool CanValidate(
	Type^ type
) override

Parameters

type
Type: System::Type^

The object type.

Return Value

Type: System::Boolean

true for all types being validated.

.NET Framework
Available since 2.0
Return to top
Show: