PassIds Property (.NET)

 

Type: string[]  (array of strings)

 

This property returns an array of strings which represent the IDs of all RET tests that passed.

 

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

 

C# Example:

<%

...

foreach (string ruleId in retResults.PassIds)

   Response.Write("RuleID " + ruleId + " passed.<br>");

}

%>

 

Note: This property requires the Enterprise Edition of BrowserHawk

 

See Also:

PassCount Property (.NET)

FailIds Property (.NET)

InfoIds Property (.NET)

SuppressIds Property (.NET)

WarnIds Property (.NET)

About the RuleEngineResult Class

About the RuleEngine Class

About Rules Enforcement Technology (RET)