Get/Set MaxRepetitions value

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

Remarks

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

See Also