FindRule method
The FindRule method uses a specified name to search for a SetupNode child object.
Syntax
- VBScript
oSNO.FindRule(lpszName as String) child node as node object
- C#
TDCOLib.DCOSetupNode FindRule(string lpszName)
Arguments
- lpszName
- The name of the rule.