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.0.0 (0.5.0.0)

Syntax

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

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when PDU type is not GET-BULK

See Also