Returns the MibTrap with the specified generic trap, specific trap, and enterprise values.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MibTraps
Dim genericTrap As Integer
Dim specificTrap As Integer
Dim enterprise As String
Dim value As MibTrap
value = instance.GetByTrapAttributes(genericTrap, specificTrap, enterprise) |
Parameters
- genericTrap
- The generic trap value.
- specificTrap
- The specific trap value.
- enterprise
- The enterprise value.
Return Value
A matching MibTrap object, otherwise null.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also