EasyUA Reference
NamespaceUris Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UriTable Class : NamespaceUris Property

Glossary Item Box

Gets or sets the namespace uris known to the server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UriTable
Dim value As StringCollection
 
instance.NamespaceUris = value
 
value = instance.NamespaceUris
C# 
public StringCollection NamespaceUris {get; set;}

Property Value

The namespace uris.

Remarks

This list starts with index 1. This list ensures the indexes used to create browse names/node ids do not change even if the server tables change.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.