EasyUA Reference
NodeIdCollection Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : NodeIdCollection Class

Glossary Item Box

A collection of NodeIds.

Object Model

NodeIdCollection ClassNodeId Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeIdCollection
C# 
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfNodeId", 
   IsNameSetExplicitly=true, 
   ItemName="NodeId", 
   IsItemNameSetExplicitly=true)]
public class NodeIdCollection : System.Collections.Generic.List<NodeId> 

Remarks

Provides a strongly-typed collection of NodeId.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.NodeIdCollection

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.