ValidationError.IsWarning Property

Definition

Gets a value that indicates whether this instance 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 a warning; otherwise false.

Applies to