PowerSNMP for .NET CF
Add(Variable) Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > VariableCollection Class : Add(Variable) Method




variable
A Variable to add.
Adds a Variable to the end of the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal variable As Variable _
) 
Visual Basic (Usage)Copy Code
Dim instance As VariableCollection
Dim variable As Variable
 
instance.Add(variable)
C# 
public void Add( 
   Variable variable
)
Managed Extensions for C++ 
public: void Add( 
   Variable* variable
) 
C++/CLI 
public:
void Add( 
   Variable^ variable
) 

Parameters

variable
A Variable to add.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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