ServerNamespaceListAdd Method

CVB.Net Documentation
Adds a new namespace (registers it with the server).

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

public int Add(
	string name
)

Parameters

name
Type: SystemString
The name of the namespace to register.

Return Value

Type: Int32
The namespace index of the added name.
See Also

Reference