| CheckRulesResult Properties | 
[This is preliminary documentation and is subject to change.]
The CheckRulesResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Completed | 
            Is the form which we are checking the rules for completed?
            When any rule on a TmplItem derived class on the form creates error or 
            warning message the form is not completed.
             | 
|  | Errors | 
            Get/set error count
             | 
|  | Exceptions | 
            Get/set exception count
             | 
|  | Informations | 
            Get/set information count
             | 
|  | MessageCollection | 
            A collection of messages reporting on the outcome of the rule checking (error, info, warning etc. texts)
             | 
|  | Warnings | 
            Get/set warning count
             | 
 See Also
See Also