GigaSpaces XAP.NET Documentation
Names Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpacesNames
Gets a dictionary of ISpaces keyed by their space name.
Declaration Syntax
C#Visual BasicVisual 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()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)