Gets a dictionary of grid service agent with the key as the uid.

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