Opc.Ua.Core
ExtensionObject Constructor(ExpandedNodeId)



Opc.Ua Namespace > ExtensionObject Class > ExtensionObject Constructor : ExtensionObject Constructor(ExpandedNodeId)
The type to copy and create an instance from
Initializes the object with a typeId.
Syntax
'Declaration
 
Public Function New( _
   ByVal typeId As ExpandedNodeId _
)
'Usage
 
Dim typeId As ExpandedNodeId
 
Dim instance As New ExtensionObject(typeId)
public ExtensionObject( 
   ExpandedNodeId typeId
)
public:
ExtensionObject( 
   ExpandedNodeId^ typeId
)

Parameters

typeId
The type to copy and create an instance from
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
Overload List