Opc.Ua.Core
Update Method (StringTable)



Opc.Ua Namespace > StringTable Class : Update Method
Updates the table of namespace uris.
Syntax
'Declaration
 
Public Sub Update( _
   ByVal strings As IEnumerable(Of String) _
) 
'Usage
 
Dim instance As StringTable
Dim strings As IEnumerable(Of String)
 
instance.Update(strings)
public void Update( 
   IEnumerable<string> strings
)
public:
void Update( 
   IEnumerable<String^>^ strings
) 

Parameters

strings
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringTable Class
StringTable Members