Access individual Oid values.

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

Syntax

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

Parameters

index
Int32
Index of the Oid value to access (0 based)

Return Value

Oid value or -1 on error

See Also