ActivityMetadata.HasViolations Property

Definition

Gets a value that indicates whether there are any validation errors in the metadata.

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

Property Value

true if validation errors are present; otherwise, false.

Applies to