QuickOPC User's Guide and Reference
ReadStringList Method (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : ReadStringList Method
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Sub ReadStringList( _
   ByVal stringList As IList(Of String) _
) 
'Usage
 
Dim instance As UANodeId
Dim stringList As IList(Of String)
 
instance.ReadStringList(stringList)
[ComVisible(false)]
public void ReadStringList( 
   IList<string> stringList
)
[ComVisible(false)]
public:
void ReadStringList( 
   IList<String^>^ stringList
) 

Parameters

stringList
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also