An integer associated with the GREATER_THAN 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 GREATER_THAN_AS_INT As Integer = 3
C#
public const int GREATER_THAN_AS_INT = 3;
C++
public:
 const int GREATER_THAN_AS_INT = 3;
J#
public const int GREATER_THAN_AS_INT = 3
JScript
public const GREATER_THAN_AS_INT : int = 3;

See Also