The collection of process properties.

C# | Visual Basic | Visual C++ |
public Dictionary<string, string> ProcessProperties { get; private set; }
Public Property ProcessProperties As Dictionary(Of String, String) Get Private Set
public: property Dictionary<String^, String^>^ ProcessProperties { Dictionary<String^, String^>^ get (); private: void set (Dictionary<String^, String^>^ value); }