PicoOPC User's Guide and Reference
NodeId Constructor(String,UInt16)



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > NodeId Structure > NodeId Constructor : NodeId Constructor(String,UInt16)
A string identifier value.
The index for a namespace URI.
Syntax
'Declaration
 
Public Function New( _
   ByVal stringIdentifier As String, _
   Optional ByVal namespaceIndex As UShort _
)
'Usage
 
Dim stringIdentifier As String
Dim namespaceIndex As UShort
 
Dim instance As New NodeId(stringIdentifier, namespaceIndex)

Parameters

stringIdentifier
A string identifier value.
namespaceIndex
The index for a namespace URI.
Exceptions
ExceptionDescription
Usage error.
Usage error.
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

NodeId Structure
NodeId Members
Overload List