OPCDA.NET Reference Manual
UaNamespaceURIs Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : UaNamespaceURIs Property

Glossary Item Box

NamespaceURIs that match the NodeIDs persisted in the client application.
If the application doesn't set this property before Connect() then the URIs are tried to be loaded from the file app.url.XML in the same directory as the app.exe executable.
url is the UA server URL without the xxx://
This XML file is auto-generated at Connect() if the application didn't set this property.
The property can be set to an empty string array ( new string[]{} ) to disable the namespace wrapper feature.

Syntax

Visual Basic (Declaration) 
Public Property UaNamespaceURIs As String()
C# 
public string[] UaNamespaceURIs {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.