This document is archived and information here might be outdated. Recommended version. |
Adds the rule to the set of associated rules.
[Visual Basic .NET] Public Sub AddRule ( _ ByVal Rule As IRule _ )
[C#] public void AddRule ( IRule Rule );
[C++]
HRESULT AddRule(
IRule* Rule
);
[C++] Parameters Rule [in]
Rule is a parameter of type IRule*