Description
Returns an object representing a collection of all rules in the Data Dictionary.
Syntax
Public Function Rules() As Rules
Example
Dim MyDictionary As Dictionary Dim MyRule As Rule For Each MyRule In MyDictionary.Rules ' Operations on rules go here ... Next MyRule
See Also