ValidationError.IsWarning 屬性

定義

會得到一個值,表示驗證錯誤是警告還是錯誤。

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

屬性值

true 如果驗證錯誤是警告;否則 false

適用於