Opc.Ua.Core
IsRequired(NodeId,Boolean) Method



Opc.Ua Namespace > NodeBrowser Class > IsRequired Method : IsRequired(NodeId,Boolean) Method
Returns true if the reference type is required.
Syntax
'Declaration
 
Public Overloads Overridable Function IsRequired( _
   ByVal referenceType As NodeId, _
   ByVal isInverse As Boolean _
) As Boolean
'Usage
 
Dim instance As NodeBrowser
Dim referenceType As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.IsRequired(referenceType, isInverse)
public virtual bool IsRequired( 
   NodeId referenceType,
   bool isInverse
)
public:
virtual bool IsRequired( 
   NodeId^ referenceType,
   bool isInverse
) 

Parameters

referenceType
isInverse
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

NodeBrowser Class
NodeBrowser Members
Overload List