Opc.Ua.Core
PropertyState Class
Members 



Opc.Ua Namespace : PropertyState Class
A typed base class for all data variable nodes.
Object Model
PropertyState ClassQualifiedName ClassNodeId ClassLocalizedText ClassLocalizedText ClassNodeId ClassNodeId ClassNodeState ClassNodeId ClassStatusCode StructureNodeId ClassVariant Structure
Syntax
'Declaration
 
<DataContractAttribute("http://opcfoundation.org/UA/2008/02/Types.xsd")>
Public Class PropertyState 
   Inherits BaseVariableState
   Implements IFilterTarget 
'Usage
 
Dim instance As PropertyState
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public class PropertyState : BaseVariableState, IFilterTarget  
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public ref class PropertyState : public BaseVariableState, IFilterTarget  
Inheritance Hierarchy

System.Object
   Opc.Ua.NodeState
      Opc.Ua.BaseInstanceState
         Opc.Ua.BaseVariableState
            Opc.Ua.PropertyState
               Opc.Ua.PropertyState<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyState Members
Opc.Ua Namespace