Access individual Oid values.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public int this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Integer |
| Visual C++ |
|---|
public: property int default[int index] { int get (int index); } |
Parameters
- index
- Type: System..::.Int32
Index of the Oid value to access (0 based)