Opc.Ua.Core
NodeStateReference Constructor(NodeId,Boolean,NodeState)



Opc.Ua Namespace > NodeStateReference Class > NodeStateReference Constructor : NodeStateReference Constructor(NodeId,Boolean,NodeState)
Constructs a reference to an internal target.
Syntax
'Declaration
 
Public Function New( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal target As NodeState _
)
 
'Usage
 
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim target As NodeState
 
Dim instance As New NodeStateReference(referenceTypeId, isInverse, target)

Parameters

referenceTypeId
isInverse
target
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

NodeStateReference Class
NodeStateReference Members
Overload List