ServerNamespaceListIListStringItem Property

CVB.Net Documentation
Gets or sets the element at the specified index.

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

string IList<string>.this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: String
The element at the specified index.

Implements

IListTItemInt32
Exceptions

See Also

Reference