QuickOPC User's Guide and Reference
UANamespaceAttribute Constructor



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UANamespaceAttribute Class : UANamespaceAttribute Constructor
Namespace URI string, used when no namespace is specified in browse path elements or node Ids.
Initializes a new instance of the class with given namespace URI string.
Syntax
'Declaration
 
Public Function New( _
   ByVal uriString As String _
)
'Usage
 
Dim uriString As String
 
Dim instance As New UANamespaceAttribute(uriString)
public UANamespaceAttribute( 
   string uriString
)
public:
UANamespaceAttribute( 
   String^ uriString
)

Parameters

uriString
Namespace URI string, used when no namespace is specified in browse path elements or node Ids.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also