OpcUaServerNamespaces Property

CVB.Net Documentation
Gets the list of all registered namespaces.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public ServerNamespaceList Namespaces { get; }

Property Value

Type: ServerNamespaceList
Remarks

The ServerNamespaceList can also use to register a new namespace via its Add(String) method.
See Also

Reference