Opc.Ua.Core
NodeState.AttributesToSave Enumeration



Opc.Ua Namespace : NodeState.AttributesToSave Enumeration
Flags which control the serialization of a NodeState in a stream.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum NodeState.AttributesToSave 
   Inherits System.Enum
'Usage
 
Dim instance As NodeState.AttributesToSave
[Flags()]
public enum NodeState.AttributesToSave : System.Enum 
[Flags()]
public enum class NodeState.AttributesToSave : public System.Enum 
Members
MemberDescription
AccessLevel The AccessLevel attribute.
ArrayDimensions The ArrayDimensions attribute.
BrowseName The BrowseName attribute.
ContainsNoLoops The ContainsNoLoops attribute.
DataType The DataType attribute.
DataTypeDefinition The DataTypeDefinition attribute of a DataType Node.
Description The Description attribute.
DisplayName The DisplayName attribute.
EventNotifier The EventNotifier attribute.
Executable The Executable attribute.
Historizing The Historizing attribute.
InverseName The InverseName attribute.
IsAbstract The IsAbstract attribute.
MinimumSamplingInterval The MinimumSamplingInterval attribute.
ModellingRuleId The target of the HasModellingRule reference.
NodeClass The NodeClass attribute.
NodeId The NodeId attribute.
None The default value.
NumericId The NumericId for the node.
ReferenceTypeId The type of reference between a child and a parent.
StatusCode The StatusCode associated with the Value attribute.
SuperTypeId The source of the HasSubType reference.
SymbolicName The SymbolicName for the node.
Symmetric The Symmetric attribute.
TypeDefinitionId The target of the TypeDefinitionId reference.
UserAccessLevel The UserAccessLevel attribute.
UserExecutable The UserExecutable attribute.
UserWriteMask The UserWriteMask attribute.
Value The Value attribute.
ValueRank The ValueRank attribute.
WriteMask The WriteMask attribute.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.NodeState.AttributesToSave

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

Opc.Ua Namespace