Data Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Data Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceData
Gets or sets the raw data of the resource.
Declaration Syntax
C# Visual Basic Visual C++ F#
public virtual byte[] Data { get; set; }
Public Overridable Property Data As Byte()
	Get
	Set
public:
virtual property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
abstract Data : byte[] with get, set
override Data : byte[] with get, set
Property Value
array< Byte > [] () [] []

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