DoubleComparisonField.Less

DoubleComparisonField.Less method

Indicates that field must be less than the specified value.

public MailQuery Less(double value)
ParameterTypeDescription
valueDoubleThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also