Gets all the currently discovered agents.

C# | Visual Basic | Visual C++ | J# |
IList<IGridServiceAgent> Agents { get; }
ReadOnly Property Agents As IList(Of IGridServiceAgent)
property IList<IGridServiceAgent^>^ Agents { IList<IGridServiceAgent^>^ get (); }
/** @property */ IList<IGridServiceAgent> get_Agents()