The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RuleConditionCollection::Add Method (RuleCondition^)
.NET Framework (current version)
Adds a RuleCondition to the RuleConditionCollection.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- item
-
Type:
System.Workflow.Activities.Rules::RuleCondition^
The RuleCondition to add to the RuleConditionCollection.
| Exception | Condition |
|---|---|
| ReadOnlyException | The Rule is runtime initialized. |
| ArgumentNullException | item is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: