SubclassTypeValidator::CanValidate Method (Type^)
.NET Framework (current version)
Determines whether an object can be validated based on type.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- type
-
Type:
System::Type^
The object type.
Return Value
Type: System::Booleantrue if the type parameter matches a type that can be validated; otherwise, false.
The CanValidate method determines whether the type of the object being validated is in fact a Type.
.NET Framework
Available since 2.0
Available since 2.0
Show: