Gets the virtual machine's system properties as a dictionary.

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