SearchRuleConditionInclusiveSearch Property Ipswitch.Messaging.Framework
Gets or sets a value indicating whether or not the text being searched for in SearchFild should exist or not exist in order to match this rule condition. When this value is true, it means that SearchText must exist in the SearchField of the message for this rule condition to match.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool InclusiveSearch { get; set; }

Property Value

Type: Boolean
See Also

Reference