GigaSpaces XAP.NET Documentation
Names Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaysNames
Gets a map of IGateway keyed by their respective names.
Declaration Syntax
C#Visual BasicVisual C++J#
IDictionary<string, IGateway> Names { get; }
ReadOnly Property Names As IDictionary(Of String, IGateway)
property IDictionary<String^, IGateway^>^ Names {
	IDictionary<String^, IGateway^>^ get ();
}
/** @property */
IDictionary<String, IGateway> get_Names()

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