In This Topic
Replaces this
CfRule rule with the specified
CfRule rule.
Syntax
'Declaration
Public Sub ReplaceWith( _
ByVal As CfRule _
)
'Usage
Dim instance As CfRule
Dim rule As CfRule
instance.ReplaceWith(rule)
public void ReplaceWith(
CfRule
)
Parameters
- rule
- The new CfRule rule to replace.
See Also