Gets a map of IGateway keyed by their respective names.

C# | Visual Basic | Visual 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()