EventLogEntry.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the binary data associated with the entry.
public:
property cli::array <System::Byte> ^ Data { cli::array <System::Byte> ^ get(); };
public byte[] Data { get; }
member this.Data : byte[]
Public ReadOnly Property Data As Byte()
Property Value
An array of bytes that holds the binary data associated with the entry.
Remarks
Getting this property creates an array that holds a copy of the entry's event-specific binary data, which the Event Viewer displays in combined hexadecimal and text format. Event-specific data is sometimes used to store information that the application will process independently of the Event Viewer, for example, to make reports from the log file.