Deployment Tools Foundation
Data Property
Gets or sets the raw data of the resource.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public virtual byte[] Data { get; set; }
Public Overridable Property Data As Byte()
public: virtual property array<unsigned char>^ Data { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }