Returns the MibTrap with the specified generic trap, specific trap, and enterprise values.
Public Function GetByTrapAttributes( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As String _
) As MibTrap
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)
public MibTrap GetByTrapAttributes(
int ,
int ,
string
)
public: MibTrap* GetByTrapAttributes(
int ,
int ,
string*
)
public:
MibTrap^ GetByTrapAttributes(
int ,
int ,
String^
)
Parameters
- genericTrap
- The generic trap value.
- specificTrap
- The specific trap value.
- enterprise
- The enterprise value.
Return Value
A matching MibTrap object, otherwise null.