ServerNamespaceListGetEnumerator Method

CVB.Net Documentation
Gets the enumerator to enumerate all namespaces.

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

public IEnumerator<string> GetEnumerator()

Return Value

Type: IEnumeratorString
The enumerator for the namespace names.

Implements

IEnumerableTGetEnumerator
See Also

Reference