Opc.Ua.Core
Contains Method (NodeSet)



Opc.Ua Namespace > NodeSet Class : Contains Method
The node identifier.
Returns true if the node exists in the nodeset.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal nodeId As NodeId _
) As Boolean
'Usage
 
Dim instance As NodeSet
Dim nodeId As NodeId
Dim value As Boolean
 
value = instance.Contains(nodeId)
public bool Contains( 
   NodeId nodeId
)
public:
bool Contains( 
   NodeId^ nodeId
) 

Parameters

nodeId
The node identifier.

Return Value

true if the node exists in the nodeset; otherwise, false.
Remarks
The NodeId must reference the strings for the node set.
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

NodeSet Class
NodeSet Members