DiagnosticEvent.DataBytes Property
Gets the raw data bytes that were collected with this DiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Property DataBytes As IList(Of Byte)
public IList<byte> DataBytes { get; private set; }
public:
property IList<unsigned char>^ DataBytes {
IList<unsigned char>^ get ();
private: void set (IList<unsigned char>^ value);
}
member DataBytes : IList<byte> with get, private set
function get DataBytes () : IList<byte>
private function set DataBytes (value : IList<byte>)
Property Value
Type: IList<Byte>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.