List of rules to check against incoming connections


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
<XmlArrayItemAttribute("Rule", GetType(Rule)), _
 XmlArrayAttribute("Rules")>

Public rules As ArrayList
C#
[XmlArrayItemAttribute("Rule", typeof(Rule))]
[XmlArrayAttribute("Rules")]
public ArrayList rules;
C++
[XmlArrayItemAttribute(L"Rule", typeof(Rule))]
[XmlArrayAttribute(L"Rules")]
public:
 ArrayList rules sealed ;
J#
/** @attribute XmlArrayItemAttribute("Rule", typeof(Rule)) */
/** @attribute XmlArrayAttribute("Rules") */
public ArrayList rules
JScript
public 
   XmlArrayItemAttribute("Rule", typeof(Rule))
   XmlArrayAttribute("Rules")
rules : ArrayList;

See Also