Used ony if NamespaceIndexManagement == TRUE.
If the application doesn't set this property before the Create() call then the URIs are tried to be loaded from the file 'appname.url.XML' in the same directory as the appname.exe executable. url is the UA server URL without the xxx://
If undefined and the file doesn't exist then the file is created with the current UA server namespace table.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim value As List(Of String) instance.NamespaceUrisPersisted = value value = instance.NamespaceUrisPersisted |
C# | |
---|---|
public List<string> NamespaceUrisPersisted {get; set;} |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x