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.

Returns

The child node if successful; or nothing (null) otherwise.

Applies to

Any SetupNode object