IValidationResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |