Gets a map of machines by host address.

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