Opc.Ua.Core
IsRequired(NodeState) Method



Opc.Ua Namespace > NodeBrowser Class > IsRequired Method : IsRequired(NodeState) Method
Returns true if the target node is required (used to apply view filters);
Syntax
'Declaration
 
Public Overloads Overridable Function IsRequired( _
   ByVal target As NodeState _
) As Boolean
'Usage
 
Dim instance As NodeBrowser
Dim target As NodeState
Dim value As Boolean
 
value = instance.IsRequired(target)
public virtual bool IsRequired( 
   NodeState target
)
public:
virtual bool IsRequired( 
   NodeState^ target
) 

Parameters

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

NodeBrowser Class
NodeBrowser Members
Overload List