Opc.Ua.Core
SupportsAttribute Method



Opc.Ua Namespace > ILocalNode Interface : SupportsAttribute Method
The attribute identifier.
Returns true if the node supports the attribute.
Syntax
'Declaration
 
Function SupportsAttribute( _
   ByVal attributeId As UInteger _
) As Boolean
'Usage
 
Dim instance As ILocalNode
Dim attributeId As UInteger
Dim value As Boolean
 
value = instance.SupportsAttribute(attributeId)
bool SupportsAttribute( 
   uint attributeId
)
bool SupportsAttribute( 
   uint attributeId
) 

Parameters

attributeId
The attribute identifier.

Return Value

True if the node supports the attribute.
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

ILocalNode Interface
ILocalNode Members