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




variable
An instance of the Variable to remove.
Removes the first occurrence of the provided variable from the collection.

Syntax

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

Parameters

variable
An instance of the Variable to remove.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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