Share via


MethodEvent.DataBytes Property

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Overridable Property DataBytes As IList(Of Byte)
public virtual IList<byte> DataBytes { get; protected set; }
public:
virtual property IList<unsigned char>^ DataBytes {
    IList<unsigned char>^ get ();
    protected: void set (IList<unsigned char>^ value);
}
abstract DataBytes : IList<byte> with get, set 
override DataBytes : IList<byte> with get, set
function get DataBytes () : IList<byte>
protected function set DataBytes (value : IList<byte>)

Property Value

Type: System.Collections.Generic.IList<Byte>

.NET Framework Security

See Also

Reference

MethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace