SnmpSource Help

MibXmlDoc.FindNodeByOID Method 

To check whether a specified object ID exist in MibXMLDoc. If it exists, return true and return the XMLNode object by output parameter.

public bool FindNodeByOID(
   string strOID,
   ref XmlNode fNode
);

Parameters

strOID
Object ID.
fNode
If Object ID exists, pass target XMLNode by output parameter.

Return Value

If Object ID exists, return true; else, return false.

See Also

MibXmlDoc Class | SnmpSource.Mib Namespace