TotalCount Property (.NET)

 

Type: Integer

 

This property returns the total number of rules that were tested for the given RuleEngineResult instance. This is the sum of the FailCount, InfoCount, PassCount, SuppressCount, and WarnCount properties. Note that this count is for one particular instance of the tested rule set - it is not cumulative across users tested multiple times or across all users tested.

 

Tip: See the rules-dataset.aspx sample for a demonstration of this property.

 

Note: This property requires the Enterprise Edition of BrowserHawk

 

See Also:

FailCount Property (.NET)

InfoCount Property (.NET)

PassCount Property (.NET)

SuppressCount Property (.NET)

WarnCount Property (.NET)

About the RuleEngineResult Class

About the RuleEngine Class

About Rules Enforcement Technology (RET)