DiagnosticEvent.DataBytes Property

Definition

Gets the raw data bytes collected with this DiagnosticEvent.

public:
 property System::Collections::Generic::IList<System::Byte> ^ DataBytes { System::Collections::Generic::IList<System::Byte> ^ get(); };
public System.Collections.Generic.IList<byte> DataBytes { get; }
member this.DataBytes : System.Collections.Generic.IList<byte>
Public ReadOnly Property DataBytes As IList(Of Byte)

Property Value

Applies to