Returns a mapping between UIDs which exist in both spaces and their class names.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
Dictionary<string, string> DuplicateEntries { get; }
ReadOnly Property DuplicateEntries As Dictionary(Of String, String) Get
property Dictionary<String^, String^>^ DuplicateEntries { Dictionary<String^, String^>^ get (); }
/** @property */ Dictionary<String, String> get_DuplicateEntries()