'Declaration
<ExtensionAttribute()> Public Shared Function IsProperty( _ ByVal nodeElement As IUANodeElement _ ) As Boolean
'Usage
Dim nodeElement As IUANodeElement Dim value As Boolean value = IUANodeElementExtension.IsProperty(nodeElement)
[Extension()] public static bool IsProperty( IUANodeElement nodeElement )
[Extension()] public: static bool IsProperty( IUANodeElement^ nodeElement )
Parameters
- nodeElement
- OPC-UA node element.
This is typically the OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
if %% represents a Property; false
otherwise.