ServerNamespaceListIndexOf Method

CVB.Net Documentation
Finds the index of the given namespace name.

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

public int IndexOf(
	string name
)

Parameters

name
Type: SystemString
Name to find.

Return Value

Type: Int32
Index of the name; -1 if not found.

Implements

IListTIndexOf(T)
See Also

Reference