The unencoded contents, as a string (optional)
[Visual Basic] Public Property Contents As String [C#] public string Contents { get; set; } [C++] public: __property String* get_Contents(); public: __property void set_Contents(String* ); [JScript] public function get Contents() : String public function set Contents(String);