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

Glossary Item Box

With UA option only.
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.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("UA NamespaceURI table that matches NodeIDs defiend in the application.")>
Public Property UaNamespaceURIs As String()
C# 
[CategoryAttribute("OPC")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("UA NamespaceURI table that matches NodeIDs defiend in the application.")]
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.