ValidationAttribute::IsValid Method
.NET Framework (current version)
Checks whether the specified object is valid.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
| Name | Description | |
|---|---|---|
![]() | IsValid(Object^) | Determines whether the specified value of the object is valid. |
![]() | IsValid(Object^, ValidationContext^) | Validates the specified value with respect to the current validation attribute. |
Show:

