Gets a dictionary of lookup service with the key as the uid.

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