LongComparisonFieldLessOrEqual Method |
Indicates that field must be less or equal to the specified value.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MailQuery LessOrEqual(
long value
)
Public Function LessOrEqual (
value As Long
) As MailQuery
public:
MailQuery^ LessOrEqual(
long long value
)
member LessOrEqual :
value : int64 -> MailQuery
Parameters
- value
- Type: SystemInt64
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also