PowerSNMP for .NET
Add(Variable) Method




A Variable to add.
Adds a Variable to the end of the collection.
Syntax
Public Sub Add( _
   ByVal variable As Variable _
) 
Dim instance As VariableCollection
Dim variable As Variable
 
instance.Add(variable)
public void Add( 
   Variable variable
)
public: void Add( 
   Variable* variable
) 
public:
void Add( 
   Variable^ variable
) 

Parameters

variable
A Variable to add.
See Also

Reference

VariableCollection Class
VariableCollection Members

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