'Declaration
<CanBeNullAttribute()> Public Property BinaryBody As Byte()
'Usage
Dim instance As UAExtensionObject Dim value() As Byte instance.BinaryBody = value value = instance.BinaryBody
[CanBeNull()] public byte[] BinaryBody {get; set;}
[CanBeNull()] public: property array<byte>^ BinaryBody { 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
.