| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value() As Byte Dim namespaceUri As String Dim instance As New ExpandedNodeId(value, namespaceUri) | |
| C# | |
|---|---|
public ExpandedNodeId( byte[] value, string namespaceUri ) | |
Parameters
- value
- The node we are wrapping
- namespaceUri
- The namespace that this node belongs to
Creates a new instance of the class while allowing you to specify the node and namespace.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x