Build 1.01.318.0

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

The creation rule for a modelling rule.

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

Syntax

C#
[ObsoleteAttribute("The CreationRule enumeration is obsolete and is not supported.")]
public enum CreationRule
Visual Basic
<ObsoleteAttribute("The CreationRule enumeration is obsolete and is not supported.")> _
Public Enumeration CreationRule
Visual C++
[ObsoleteAttribute(L"The CreationRule enumeration is obsolete and is not supported.")]
public enum class CreationRule

Members

Member nameValueDescription
None0 The node is not created when the type is instantiated.
New1 Each instance has a its own copy of the node.
Shared2 Each instance references the node defined in the type definition.
Any3 Each instance references a node defined anywhere in the address space.

See Also