SnmpSource Help

MibXmlDoc.OIDExist Method 

To check if a specified OID exists.

public bool OIDExist(
   string strOID
);

Parameters

strOID
Target Object ID such as "1.0" or "1.0.3"

Return Value

If this OID exists, return true; else, return false.

See Also

MibXmlDoc Class | SnmpSource.Mib Namespace