Returns the conditions of the rule. The part of the rule between IF and THEN.

Namespace:  DotFuzzy
Assembly:  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()

Return Value

The conditions of the rule.

See Also