DiscoveryInformationListItem Property

CVB.Net Documentation
Get the entry with the given index.

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

public DiscoveryInformation this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Entry index to get.

Return Value

Type: DiscoveryInformation
The entry at the given index.

Implements

IListTItemInt32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is outside of range.
NotSupportedExceptionSet is not supported.
See Also

Reference