IValidationContext.RuleViolations Property
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.
Gets the current collection of validation rule violations.
public:
property Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolationCollection ^ RuleViolations { Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolationCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolationCollection RuleViolations { get; }
member this.RuleViolations : Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolationCollection
Public ReadOnly Property RuleViolations As IValidationRuleViolationCollection
Property Value
An object representing validation rule violations.
Remarks
Validation rules should add this collection as violations are found.