Get/Set MaxRepetitions value

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);
}

Remarks

MaxRepetitions value will only be used by SNMPv2 GET-BULK requests. Any other request type will ignore this value.

See Also