Tells SNMP Agent how many VBs to include in a single request. Only valid on GETBULK requests.

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

Syntax

C#
public int MaxRepetitions { get; set; }
Visual Basic (Declaration)
Public Property MaxRepetitions As Integer
Visual C++
public:
property int MaxRepetitions {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when PDU type is not GET-BULK

See Also