Class ReadOnlyTrapInfoVariableBindingCollection
- Assembly
- Skyline.DataMiner.Utils.SNMP.Traps.Protocol.dll
Represents a read-only collection of trap variable bindings.
public class ReadOnlyTrapInfoVariableBindingCollection : ReadOnlyCollection<TrapInfoVariableBinding>
- Inheritance
-
ReadOnlyTrapInfoVariableBindingCollection
- Extension Methods
Properties
- this[string]
Gets the variable binding with the specified OID.
Methods
- Contains(string)
Determines whether the collection contains a trap variable binding with the specified OID.
- ToString()
Returns a string that represents the current object.
- TryGetValue(string, out TrapInfoVariableBinding)
Gets the trap variable binding associated with the specified OID.