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)
	Get
property IDictionary<String^, IGateway^>^ Names {
	IDictionary<String^, IGateway^>^ get ();
}
/** @property */
IDictionary<String, IGateway> get_Names()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)