MethodEvent.DataBytes Property

Definition

Gets the raw bytes of the collected parameter data.

public:  virtual property System::Collections::Generic::IList<System::Byte> ^ DataBytes {  public:
System::Collections::Generic::IList<System::Byte> ^ get(); protected:
 void set(System::Collections::Generic::IList<System::Byte> ^ value); };
public virtual System.Collections.Generic.IList<byte> DataBytes { get; protected set; }
member this.DataBytes : System.Collections.Generic.IList<byte> with get, set
Public Overridable Property DataBytes As IList(Of Byte)

Property Value

Applies to