'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.
Return Value
true
if %% represents a Property; false
otherwise.