PowerSNMP for .NET CF
GetNext Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > VariableList Class : GetNext Method




id
An object or instance id of the Variable immediately preceding the returned Variable.
Returns the next Variable after the specified id.

Syntax

Visual Basic (Declaration) 
Public Function GetNext( _
   ByVal id As String _
) As Variable
Visual Basic (Usage)Copy Code
Dim instance As VariableList
Dim id As String
Dim value As Variable
 
value = instance.GetNext(id)
C# 
public Variable GetNext( 
   string id
)
Managed Extensions for C++ 
public: Variable* GetNext( 
   string* id
) 
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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