EasyUA Reference
GetIndexOrAppend Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StringTable Class : GetIndexOrAppend Method

value

Glossary Item Box

Returns the index of the specified namespace uri, adds it if it does not exist.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StringTable
Dim value As String
Dim value As UShort
 
value = instance.GetIndexOrAppend(value)
C# 
public ushort GetIndexOrAppend( 
   string value
)

Parameters

value

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.