Share via


IValidationResult Interface

Definition

Represents the result of a feature or package validation.

public interface class IValidationResult
public interface IValidationResult
type IValidationResult = interface
Public Interface IValidationResult

Properties

HasErrors

Gets whether any of the rule validation violations are errors.

HasWarnings

Gets whether any of the rule validation violations are warnings.

RuleViolations

Gets the collection of rule validation violations found during validation.

Applies to