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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAExtensionObject Class : Body Property
The body (embedded object) of the extension object.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property Body As Object
'Usage
 
Dim instance As UAExtensionObject
Dim value As Object
 
instance.Body = value
 
value = instance.Body
[DefaultValue("")]
public object Body {get; set;}
[DefaultValue("")]
public:
property Object^ Body {
   Object^ get();
   void set (    Object^ 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