Gets results of media queries

C# | Visual Basic | Visual C++ |
public Dictionary<string, bool> Results { get; }
Public ReadOnly Property Results As Dictionary(Of String, Boolean) Get
public: property Dictionary<String^, bool>^ Results { Dictionary<String^, bool>^ get (); }