EasyUA Reference
Body Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExtensionObject Class : Body Property

Glossary Item Box

The body (embeded object) of the extension object.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ExtensionObject
Dim value As Object
 
instance.Body = value
 
value = instance.Body
C# 
public object Body {get; set;}

Property Value

The object to be embeded.

Exceptions

ExceptionDescription
ServiceResultExceptionThrown when the body is not one of the types listed above

Remarks

The body of the extension object. This property will work with objects of the following types:

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.