PowerSNMP for .NET
VariableCollection Class Members
Properties  Methods 


The following tables list the members exposed by VariableCollection.

Public Constructors
 NameDescription
Public ConstructorVariableCollection Constructor Initializes a new instance of the VariableCollection class.  
Top
Public Properties
 NameDescription
Public PropertyCount Gets the number of variables in the collection.  
Public PropertyDecodingException Returns first DecodingException found within this or embedded tagged types. (Inherited from Dart.Snmp.TaggedType)
Public PropertyIsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).  
Public PropertyItem Gets or sets the Variable at the specified index.  
Public PropertySyncRoot Gets an object that can be used to synchronize access to the ICollection.  
Top
Public Methods
 NameDescription
Public MethodAdd Adds a Variable to the end of the collection.  
Public MethodClear Removes all Variable objects from the collection.  
Public MethodCopyTo Copies the elements of the collection to a specified array.  
Public MethodEncode Encode the object with no content. Overridden in derived classes that have content. (Inherited from Dart.Snmp.TaggedType)
Public MethodGetByIid Returns the Variable(s) that match the specified IID.  
Public MethodGetByMibNode Returns the Variable(s) that match the specified MibNode.  
Public MethodGetByName Returns the Variable(s) that match the specified MibNode name.  
Public MethodGetByNodeName Returns the Variable(s) that match the specified NodeName.  
Public MethodGetByOid Returns the Variable(s) that match the specified OID.  
Public MethodGetEnumerator Returns an enumerator that can iterate through the objects in the collection.  
Public MethodInsert Adds a Variable to the collection at the specified index.  
Public MethodRemove Removes the first occurrence of the provided variable from the collection.  
Public MethodToStringReturns a string that represents the current object. (Inherited from Dart.Snmp.Sequence)
Top
See Also

Reference

VariableCollection Class
Dart.Snmp Namespace

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