StringEvaluator.MatchString Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class > StringEvaluator Properties >

StringEvaluator.MatchString Property

Gets or sets the match string.

Namespace: BNCS.Logic.Evaluators
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public string MatchString { get; set; }

Field Value

The string to be matched. When set, it triggers the Execute() method if the new value is different from the current value.

 

See Also


StringEvaluator Class

BNCS.Logic.Evaluators Namespace