Sets properties.

C# | Visual Basic | Visual C++ | J# |
IDictionary<string, string> Properties { set; }
WriteOnly Property Properties As IDictionary(Of String, String)
property IDictionary<String^, String^>^ Properties { void set (IDictionary<String^, String^>^ value); }
/** @property */ void set_Properties(IDictionary<String, String> value)