'Declaration <DescriptionAttribute("The byte array that contains RAW data of image resource.")> Public Overridable Property Data As Byte[]
[Description("The byte array that contains RAW data of image resource.")] public virtual byte[] Data { get; set; }
[Description("The byte array that contains RAW data of image resource.")] public: __property virtual byte[] get_Data(); public: __property virtual void set_Data(
byte[]* value
);