The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValidationAttribute::IsValid Method (Object^)
.NET Framework (current version)
Determines whether the specified value of the object is valid.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Parameters
- value
-
Type:
System::Object^
The value of the object to validate.
If you inherit from the ValidationAttribute class, you must implement the validation logic in this method.
Universal Windows Platform
Available since 10
.NET Framework
Available since 3.5
Available since 10
.NET Framework
Available since 3.5
Show: