An integer associated with the LESS_THAN_EQUAL_TO instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases. This field is constant and read-only.


Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const LESS_THAN_EQUAL_TO_AS_INT As Integer = 4
C#
public const int LESS_THAN_EQUAL_TO_AS_INT = 4;
C++
public:
 const int LESS_THAN_EQUAL_TO_AS_INT = 4;
J#
public const int LESS_THAN_EQUAL_TO_AS_INT = 4
JScript
public const LESS_THAN_EQUAL_TO_AS_INT : int = 4;

See Also