Gets a dictionary of zone names to IZones.

C# | Visual Basic | Visual C++ | J# |
IDictionary<string, IZone> Names { get; }
ReadOnly Property Names As IDictionary(Of String, IZone)
property IDictionary<String^, IZone^>^ Names { IDictionary<String^, IZone^>^ get (); }
/** @property */ IDictionary<String, IZone> get_Names()