Gets a map of machines with the key as the uid.

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