Returns the conditions of the rule.
The part of the rule between IF and THEN.
Namespace:
DotFuzzyAssembly: DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Conditions() |
| Visual Basic (Declaration) |
|---|
Public Function Conditions As String |
| Visual C++ |
|---|
public: String^ Conditions() |