Data Property

Microsoft Deployment Compression & Installer

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

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)