Rules Property
Description
A list of all the Rule objects.
Property type
Read-only property
Syntax
Visual Basic
Public Property Rules( _
   Optional ByVal NeedRefresh As Boolean = False _
) As List
Parameters
NeedRefresh
If True, the rules in the local cache are reloaded from the project.
See Also