Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The creation rule for a modelling rule.
Namespace: Opc.UaAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | The node is not created when the type is instantiated. | |
| New | 1 | Each instance has a its own copy of the node. | |
| Shared | 2 | Each instance references the node defined in the type definition. | |
| Any | 3 | Each instance references a node defined anywhere in the address space. |