ActivityMetadata.HasViolations 属性

定义

获取指示元数据中是否存在任何验证错误的值。

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

属性值

如果存在验证错误,则返回的值为 true;否则为 false

适用于