The raw bytes of the content (if this is the way it was set.)
[Visual Basic] Public Property ContentBytes As Byte() [C#] public byte[] ContentBytes { get; set; } [C++] public: __property char get_ContentBytes() __gc[]; public: __property void set_ContentBytes(char __gc[]); [JScript] public function get ContentBytes() : Byte[] public function set ContentBytes(Byte[]);