ValidationErrorInfo.IsWarning Property

Definition

Gets or sets a value that determines whether the constraint violation is a warning.

public:
 property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean

Property Value

true if the constraint violation is a warning; otherwise, false.

Applies to