PowerSNMP for .NET
GetNext Method




An object or instance id of the Variable immediately preceding the returned Variable.
Returns the next Variable after the specified id.
Syntax
Public Function GetNext( _
   ByVal id As String _
) As Variable
Dim instance As VariableList
Dim id As String
Dim value As Variable
 
value = instance.GetNext(id)
public Variable GetNext( 
   string id
)
public: Variable* GetNext( 
   string* id
) 
public:
Variable^ GetNext( 
   String^ id
) 

Parameters

id
An object or instance id of the Variable immediately preceding the returned Variable.

Return Value

The next Variable in the list, indexed by id.
See Also

Reference

VariableList Class
VariableList Members

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