'Declaration
<CanBeNullAttribute()> Property BinaryBody As Object
'Usage
Dim instance As _UAExtensionObject Dim value As Object instance.BinaryBody = value value = instance.BinaryBody
[CanBeNull()] object BinaryBody {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.