Gets a dictionary of grid service agent with the key as the host name it is running on.

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