ValidationRuleSet.Add(ValidationRule) Method
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.
Add the new rule into the rule set.
public void Add (Microsoft.OpenApi.Validations.ValidationRule rule);
member this.Add : Microsoft.OpenApi.Validations.ValidationRule -> unit
Public Sub Add (rule As ValidationRule)
Parameters
- rule
- ValidationRule
The rule.