ValidationError.IsWarning 屬性

定義

取得值,這個值表示會驗證錯誤是否為警告而非錯誤。

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

屬性值

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

適用於