Gets a map containing the zone name and the maximum number of instances for that zone.

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