Indexed access to VarBind collection.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public Vb this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Vb
Visual C++
public:
property Vb^ default[int index] {
	Vb^ get (int index);
}

Parameters

index
Type: System..::.Int32
Index position of the VarBind entry

Return Value

VarBind entry at the specified index

Exceptions

ExceptionCondition
System..::.IndexOutOfRangeExceptionThrown when index is outside the bounds of the collection

See Also