IValidationResult.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 collection of rule validation violations found during validation.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolation ^> ^ RuleViolations { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolation> RuleViolations { get; }
member this.RuleViolations : seq<Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolation>
Public ReadOnly Property RuleViolations As IEnumerable(Of IValidationRuleViolation)
Property Value
A collection of objects representing rule validation violations.
Remarks
This collection does not include violations that were suppressed.