Gets the processing unit's properties.

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