Opc.Ua.Core
Parse(IServiceMessageContext,String,Boolean) Method



Opc.Ua Namespace > QualifiedName Class > Parse Method : Parse(IServiceMessageContext,String,Boolean) Method
The QualifiedName value as a string.
The QualifiedName value as a string.
Whether the NamespaceTable should be updated with the NamespaceUri.
Parses a string containing a QualifiedName with the syntax n:qname
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal context As IServiceMessageContext, _
   ByVal text As String, _
   ByVal updateTables As Boolean _
) As QualifiedName
'Usage
 
Dim context As IServiceMessageContext
Dim text As String
Dim updateTables As Boolean
Dim value As QualifiedName
 
value = QualifiedName.Parse(context, text, updateTables)

Parameters

context
The QualifiedName value as a string.
text
The QualifiedName value as a string.
updateTables
Whether the NamespaceTable should be updated with the NamespaceUri.
Exceptions
ExceptionDescription
Thrown under a variety of circumstances, each time with a specific message.
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

QualifiedName Class
QualifiedName Members
Overload List