| 
            
              ManagerMaxRepetitions Property
             | 
          
        
        
            Gets or sets the max repetitions for GET BULK operations.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int MaxRepetitions { get; set; }Public Property MaxRepetitions As Integer
	Get
	Set
public:
property int MaxRepetitions {
	int get ();
	void set (int value);
}member MaxRepetitions : int with get, set
function get_MaxRepetitions();
function set_MaxRepetitions(value);
 View SourceProperty Value
Int32The max repetitions.
See Also