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

ExtensionObject..::..GetExtensionObject Method

Gets the extension object encapsulated by the [XmlElement].

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

Syntax


public static ExtensionObject GetExtensionObject(
	XmlElement xmlElement
)

Parameters

xmlElement
Type: XmlElement
The [XmlElement] instance encapsulating ExtensionObject as the xml format.

Return Value