|
<< 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)
public string MatchString { get; set; }
The string to be matched. When set, it triggers the Execute() method if the new value is different from the current value.
BNCS.Logic.Evaluators Namespace