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

Glossary Item Box

Gets or sets the server uris known to the server.

Syntax

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

Property Value

The server uris.

Remarks

This list starts with index 2. 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.