ValidationError.IsWarning Property

Definition

Gets a value that indicates whether the validation error is a warning and not an error.

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 validation error is a warning; otherwise false.

Applies to