EasyUA Reference
IsRequired(NodeState) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeBrowser Class > IsRequired Method : IsRequired(NodeState) Method

target

Glossary Item Box

Returns true if the target node is required (used to apply view filters);

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeBrowser
Dim target As NodeState
Dim value As Boolean
 
value = instance.IsRequired(target)
C# 
public virtual bool IsRequired( 
   NodeState target
)

Parameters

target

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.