PowerSNMP for .NET
Add(Variable) Method




Variable to add.
Add a new Variable to the list.
Syntax
Public Overloads Sub Add( _
   ByVal variable As Variable _
) 
Dim instance As VariableList
Dim variable As Variable
 
instance.Add(variable)
public void Add( 
   Variable variable
)
public: void Add( 
   Variable* variable
) 
public:
void Add( 
   Variable^ variable
) 

Parameters

variable
Variable to add.
See Also

Reference

VariableList Class
VariableList Members
Overload List

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