[This is preliminary documentation and is subject to change.]
Gets an array of all zones defined by the configuration file
| C# | Visual Basic | Visual C++ |
public virtual XmlElement[] ZoneNodes{ get;}
Public Overridable ReadOnly Property ZoneNodes As XmlElement()
public: virtual property array<XmlElement^>^ ZoneNodes { array<XmlElement^>^ get (); }
An array of DOM Nodes representing the <zone> elements
defined by the configuration file