Gets a dictionary of ISpaces keyed by their space name.

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