Build 1.01.318.0

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

The naming 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 NamingRule enumeration is obsolete and is not supported.")]
public enum NamingRule
Visual Basic
<ObsoleteAttribute("The NamingRule enumeration is obsolete and is not supported.")> _
Public Enumeration NamingRule
Visual C++
[ObsoleteAttribute(L"The NamingRule enumeration is obsolete and is not supported.")]
public enum class NamingRule

Members

Member nameValueDescription
None0 There are no naming requirements.
Unique1 A node with the same BrowseName must be present.
UniqueOptional2 A node with the same BrowseName may be present.

See Also