ValidationResult Class

Definition

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.

Applies to