EasyUA Reference
SupportsAttribute Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ILocalNode Interface : SupportsAttribute Method

attributeId
The attribute identifier.

Glossary Item Box

Returns true if the node supports the attribute.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ILocalNode
Dim attributeId As UInteger
Dim value As Boolean
 
value = instance.SupportsAttribute(attributeId)
C# 
bool SupportsAttribute( 
   uint attributeId
)

Parameters

attributeId
The attribute identifier.

Return Value

True if the node supports the attribute.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.