ValidationResult.ContainsErrors Property
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.
A Boolean indicating whether any errors where found. Returns True if the error count is greater than zero.
public bool ContainsErrors { get; }
member this.ContainsErrors : bool
Public ReadOnly Property ContainsErrors As Boolean