'Declaration
<ComVisibleAttribute(False)> <UATypeDefinitionIdAttribute("nsu=http://opcfoundation.org/UA/;i=68")> Public Class UAPropertyNode (Of TValue,TAttribute) Inherits UABaseVariable(Of TValue,TAttribute)
'Usage
Dim instance As UAPropertyNode(Of TValue,TAttribute)
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=68")] public class UAPropertyNode<TValue,TAttribute> : UABaseVariable<TValue,TAttribute>
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=68")] generic<typename TValue> generic<typename TAttribute> public ref class UAPropertyNode : public UABaseVariable<TValue,TAttribute>