Indexed access to VarBind collection.

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

Syntax

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

Parameters

index
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