ValidationError.IsWarning 属性

定义

获取一个值,该值指示验证错误是否为警告而不是错误。

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

属性值

如果验证错误是警告,则为 true;否则为 false

适用于