QuickOPC User's Guide and Reference
UAPropertyNode<TValue,TAttribute> Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace : UAPropertyNode<TValue,TAttribute> Class
The type of the Value of the node.
The type used to access the Value attribute.
The PropertyType is a subtype of the BaseVariableType. It is used as the type definition for all Properties. Properties are defined by their BrowseName and therefore they do not need a specialised type definition. It is not allowed to subtype this VariableType.
Object Model
UAPropertyNode<TValue,TAttribute> ClassUAEndpointDescriptor ClassUAMonitoringParameters ClassUANodeDescriptor ClassUAReadParameters ClassUAStatusCode ClassUASubscriptionParameters Class
Syntax
'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> 
Type Parameters
TValue
The type of the Value of the node.
TAttribute
The type used to access the Value attribute.
Remarks
There are no References specified for this VariableType.
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.MappedObject
      OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode
         OpcLabs.EasyOpc.UA.Modelling.UABaseVariable<TValue,TAttribute>
            OpcLabs.EasyOpc.UA.Modelling.UAPropertyNode<TValue,TAttribute>

Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAPropertyNode<TValue,TAttribute> Members
OpcLabs.EasyOpc.UA.Modelling Namespace