PowerSNMP for .NET
NonRepeaters Property




Gets or sets the number of variables in MessageBase.Variables (starting at the beginning) for which the GetBulkMessage will behave like a GetNextMessage.
Syntax
Public Property NonRepeaters As Integer
Dim instance As GetBulkMessage
Dim value As Integer
 
instance.NonRepeaters = value
 
value = instance.NonRepeaters
public int NonRepeaters {get; set;}
public: __property int get_NonRepeaters();
public: __property void set_NonRepeaters( 
   int value
);
public:
property int NonRepeaters {
   int get();
   void set (    int value);
}

Property Value

The number of variable objects that should be treated as non-repeating IIDs.
Remarks

A positive value is used to combine the functionality of a GetNextMessage operation with the "repeating" functionality specified by Repetitions.

See Also

Reference

GetBulkMessage Class
GetBulkMessage Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic