Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Flags which control the serialization of a NodeState in a stream.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[FlagsAttribute]
public enum AttributesToSave
Visual Basic
<FlagsAttribute> _
Public Enumeration AttributesToSave
Visual C++
[FlagsAttribute]
public enum class AttributesToSave

Members

Member nameValueDescription
None0 The default value.
AccessLevel1 The AccessLevel attribute.
ArrayDimensions2 The ArrayDimensions attribute.
BrowseName4 The BrowseName attribute.
ContainsNoLoops8 The ContainsNoLoops attribute.
DataType16 The DataType attribute.
Description32 The Description attribute.
DisplayName64 The DisplayName attribute.
EventNotifier128 The EventNotifier attribute.
Executable256 The Executable attribute.
Historizing512 The Historizing attribute.
InverseName1024 The InverseName attribute.
IsAbstract2048 The IsAbstract attribute.
MinimumSamplingInterval4096 The MinimumSamplingInterval attribute.
NodeClass8192 The NodeClass attribute.
NodeId16384 The NodeId attribute.
Symmetric32768 The Symmetric attribute.
UserAccessLevel65536 The UserAccessLevel attribute.
UserExecutable131072 The UserExecutable attribute.
UserWriteMask262144 The UserWriteMask attribute.
ValueRank524288 The ValueRank attribute.
WriteMask1048576 The WriteMask attribute.
Value2097152 The Value attribute.
SymbolicName4194304 The SymbolicName for the node.
TypeDefinitionId8388608 The target of the TypeDefinitionId reference.
ModellingRuleId16777216 The target of the HasModellingRule reference.
NumericId33554432 The NumericId for the node.
ReferenceTypeId134217728 The type of reference between a child and a parent.
SuperTypeId268435456 The source of the HasSubType reference.
StatusCode536870912 The StatusCode associated with the Value attribute.

See Also