Access individual Oid values.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public uint this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As UInteger Get |
| Visual C++ |
|---|
public: property unsigned int default[int index] { unsigned int get (int index); } |
Parameters
- index
- Type: System..::..Int32
Index of the Oid value to access (0 based)
Return Value
Oid instance at index value
Exceptions
| Exception | Condition |
|---|---|
| System..::..OverflowException | Requested instance is outside the bounds of the Oid array |