EasyUA Reference
NamespaceUrisPersisted Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : NamespaceUrisPersisted Property

Glossary Item Box

NamespaceURIs that match the NodeIDs persisted in the client application.
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.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim value As List(Of String)
 
instance.NamespaceUrisPersisted = value
 
value = instance.NamespaceUrisPersisted
C# 
public List<string> NamespaceUrisPersisted {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.