PowerSNMP for .NET
Remove Method (VariableCollection)




An instance of the Variable to remove.
Removes the first occurrence of the provided variable from the collection.
Syntax
Public Sub Remove( _
   ByVal variable As Variable _
) 
Dim instance As VariableCollection
Dim variable As Variable
 
instance.Remove(variable)
public void Remove( 
   Variable variable
)
public: void Remove( 
   Variable* variable
) 
public:
void Remove( 
   Variable^ variable
) 

Parameters

variable
An instance of the Variable to remove.
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