IValidationResult.HasWarnings 属性

定义

了解是否存在任何规则验证冲突警告。

public bool HasWarnings { get; }

属性值

Boolean

True如果 Severity 任何规则冲突的属性为, ValidationRuleViolationSeverity.Warning 则为; false 否则为。

适用于