ValidationError.IsWarning 属性

定义

获取一个指示此实例是否为警告的值。

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

属性值

如果是警告,则为 true;否则为 false

适用于