NamespaceURIs that match the NodeIDs persisted in the client application.
If the application doesn't set this property before the 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://
Syntax
Visual Basic (Declaration) | |
---|
Public Property DefNamespaceURIs As String()
|
C# | |
---|
public string[] DefNamespaceURIs {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also