_FromRssFeedRuleCondition.Enabled Property

Definition

Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
Public Property Enabled As Boolean

Property Value

Remarks

After you enable a rule condition, you must also save the rule by using Save(Object) so that the rule condition and its enabled state will persist beyond the current session. A rule condition is enabled only after it has been saved successfully.

Applies to