OPC Studio User's Guide and Reference
UADataVariable Class Properties


OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA.NodeSpace Namespace : UADataVariable Class

For a list of all members of this type, see UADataVariable members.

Public Properties
 NameDescription
Public PropertyThe access levels of this variable (e.g. readable, writable).  
Public PropertyDetermines whether there is currently any data subscription to this data variable.  
Public PropertyThe size of each dimension of the array value.  
Public PropertyThe built-in type of this variable.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyCan be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public PropertyThe current number of data subscriptions to this data variable.  
Public PropertyThe current set of data subscriptions to this data variable.  
Public PropertySpecifies the OPC UA data type of the variable value.  
Public PropertyOverridden. Describes the basic external characteristics of the node, such as its name.  
Public PropertyThe effective node descriptor by which this node is addressable in the OPC UA server. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyOverridden. Determines whether the events from child nodes will be handled on this node as well.  
Public PropertyDetermines whether this node is a branch. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether the value type of the OPC variable is CLS-compliant.  
Public PropertyDetermines whether this node is a leaf. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether the variable data is readable.  
Public PropertyDetermines whether this node is a root. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyDetermines whether the component is currently started. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether the variable value is writable.  
Public PropertyIndexer to get a sub-node by name. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertySpecifies the minimum sampling interval that can be provided for this data variable. In milliseconds.  
Public PropertyThe name of this node in the node space. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyOverridden. Determines whether the node is a data variable, folder, or a root.  
Public PropertyA collection of sub-nodes in this node (branch). (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyThe server node that is the parent of this node. (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.ConversionError events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.DataSubscriptionChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.Read events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.SamplingIntervalChanged events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyDetermines whether UAServerNode.Write events propagate to the parent node (defaults to True). (Inherited from OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode)
Public PropertyThe variable data (value, timestamp, status code) seen by OPC reads.  
Public PropertyThe current sampling interval, computed as the shortest of the sampling intervals of current data subscriptions. In milliseconds.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyAn arbitrary object associated with the node. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Public PropertyDetermines whether data polling (internally invoked reads) will be used to handle data subscriptions to this variable.  
Public PropertyThe OPC UA value rank of the variable value.  
Public PropertyDetermines whether the source timestamp of the variable is writable.  
Public PropertyDetermines whether the status code of the variable is writable.  
Public PropertyThe variable data (value, timestamp, status code) modified by OPC writes.  
Public PropertyDetermines whether successfully written data will become the read data for subsequent operations.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyDetermines whether the node is locked. (Inherited from OpcLabs.BaseLib.NodeSpace.Node)
Protected PropertyThe service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected PropertyOverridden. The types of branch sub-nodes that can be added to this node.  
Protected PropertyOverridden. The types of leaf sub-nodes that can be added to this node.  
Top
See Also

Reference

UADataVariable Class
OpcLabs.EasyOpc.UA.NodeSpace Namespace