ValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of consistency validation of a metadata object tree.
public class ValidationResult
type ValidationResult = class
Public Class ValidationResult
- Inheritance
-
ValidationResult
Properties
ContainsErrors |
A Boolean indicating whether any errors where found. Returns True if the error count is greater than zero. |
Errors |
Gets a read-only collection of Validation errors. |