List of country rules for geographic control over connections


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

Syntax

Visual Basic (Declaration)
<XmlArrayAttribute("Countries"), _
 XmlArrayItemAttribute("Country", GetType(Country))>

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

See Also