ServerNamespaceListItem Property

CVB.Net Documentation
Gets the name of the namespace with the given index.

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

public string this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Namespace index to get the name for.

Return Value

Type: String
The name of the namespace
See Also

Reference