Opc.Ua.Core
Body Property



Opc.Ua Namespace > ExtensionObject Class : Body Property
The body (embedded object) of the extension object.
Syntax
'Declaration
 
Public Property Body As Object
'Usage
 
Dim instance As ExtensionObject
Dim value As Object
 
instance.Body = value
 
value = instance.Body
public object Body {get; set;}
public:
property Object^ Body {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The object to be embedded.
Exceptions
ExceptionDescription
Thrown 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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtensionObject Class
ExtensionObject Members