UAOOI.OPCUA.Common.Types Namespace
UAOOI.OPCUA.Common

ExtensionObject..::..GetXmlElement Method

Gets the XML element encapsulating the ExtensionObject containing inner value represented by the [XmlElement].

Namespace:  UAOOI.OPCUA.Common.Types
Assembly:  UA.Common (in UA.Common.dll)

Syntax


public static XmlElement GetXmlElement(
	NodeId identifier,
	XmlElement body
)

Parameters

identifier
Type: NodeId
The identifier.
body
Type: XmlElement
The body encapsulating target value.

Return Value