PowerSNMP for .NET CF
NonRepeaters Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > GetBulkMessage Class : NonRepeaters Property




Gets or sets the number of variables in MessageBase.Variables (starting at the beginning) that should be used to return values for the specified IIDs.

Syntax

Visual Basic (Declaration) 
Public Property NonRepeaters As Integer
Visual Basic (Usage)Copy Code
Dim instance As GetBulkMessage
Dim value As Integer
 
instance.NonRepeaters = value
 
value = instance.NonRepeaters
C# 
public int NonRepeaters {get; set;}
Managed Extensions for C++ 
public: __property int get_NonRepeaters();
public: __property void set_NonRepeaters( 
   int value
);
C++/CLI 
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 a GetNextMessage operation with the "repeating" functionality provided by Repetitions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.