Indexed access to VarBind collection.
Namespace:
SnmpSharpNetAssembly: 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
| Exception | Condition |
|---|---|
| System..::.IndexOutOfRangeException | Thrown when index is outside the bounds of the collection |