SnmpSource Help

MibXmlDoc.FindChildNodeByAttibute Method 

This function will check whether a child xml node is availale by specified name in a target parent node.

public bool FindChildNodeByAttibute(
   string strName,
   XmlNode ParentNode,
   ref XmlNode ChildNode
);

Parameters

strName
Object name
ParentNode
Parent Node
ChildNode
Pass target child node by output parameter if it exits.

Return Value

If target child node found, return true; else, return false.

See Also

MibXmlDoc Class | SnmpSource.Mib Namespace