'Declaration
<CanBeNullAttribute()> Public Property RawData As Byte()
'Usage
Dim instance As LogEntryEventArgs Dim value() As Byte instance.RawData = value value = instance.RawData
[CanBeNull()] public byte[] RawData {get; set;}
[CanBeNull()] public: property array<byte>^ RawData { array<byte>^ get(); void set ( array<byte>^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.