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

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