SnmpSource Help

MibXmlDoc.NodeNameExist Method 

To check if a node name exists or not.

public bool NodeNameExist(
   string strName
);

Parameters

strName
Target node name

Return Value

If this node name exists, return true; else, return false.

See Also

MibXmlDoc Class | SnmpSource.Mib Namespace