Deployment Tools Foundation
Data Property
Gets or sets the raw data of the resource. The data is in the format of the VS_VERSIONINFO structure.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override byte[] Data { get; set; }
Public Overrides Property Data As Byte()
public: virtual property array<unsigned char>^ Data { array<unsigned char>^ get () override; void set (array<unsigned char>^ value) override; }