Gets a map of machines by host names.

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