Validate this object and report any inconsistencies.

 

   

Syntax
 

[C#]
virtual void Validate(Validation validation)

[Visual Basic]
Overridable Function Validate(validation As Validation) As void

 

   

Params
 
Name Description
validation The Validation object which will receive validation results and progress.

 

   

Notes
 

Validate this object and report any inconsistencies.

The validation of one object involves validating the properties of the object. Since.

the properties are often objects themselves, the process can be quite involved.

 

   

Example
 
None.