QuickOPC User's Guide and Reference
SetBody Method (UAExtensionObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAExtensionObject Class : SetBody Method
The body to be set.
Sets the body (embedded object) of the extension object.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetBody( _
   ByVal body As Object _
) 
'Usage
 
Dim instance As UAExtensionObject
Dim body As Object
 
instance.SetBody(body)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetBody( 
   object body
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetBody( 
   Object^ body
) 

Parameters

body
The body to be set.
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