Opc.Ua.Core
GetExtensionObjectBody Method



Opc.Ua.Test Namespace > DataComparer Class : GetExtensionObjectBody Method
Extension object.
Extracts the extension object body.
Syntax
'Declaration
 
Public Shared Function GetExtensionObjectBody( _
   ByVal value As ExtensionObject _
) As Object
'Usage
 
Dim value As ExtensionObject
Dim value As Object
 
value = DataComparer.GetExtensionObjectBody(value)
public static object GetExtensionObjectBody( 
   ExtensionObject value
)
public:
static Object^ GetExtensionObjectBody( 
   ExtensionObject^ value
) 

Parameters

value
Extension object.

Return Value

IEncodeable object
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

DataComparer Class
DataComparer Members