QuickOPC User's Guide and Reference
BinaryBody Property (UAExtensionObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAExtensionObject Class : BinaryBody Property
The binary body of the extension object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public Property BinaryBody As Byte()
'Usage
 
Dim instance As UAExtensionObject
Dim value() As Byte
 
instance.BinaryBody = value
 
value = instance.BinaryBody
[CanBeNull()]
[DefaultValue("")]
public byte[] BinaryBody {get; set;}
[CanBeNull()]
[DefaultValue("")]
public:
property array<byte>^ BinaryBody {
   array<byte>^ get();
   void set (    array<byte>^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also