An int value associated with the LIST_OF_BINARY instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly LIST_OF_BINARY_AS_INT As Integer
C#
public static readonly int LIST_OF_BINARY_AS_INT;
C++
public:
 static const int LIST_OF_BINARY_AS_INT;
J#
public static final int LIST_OF_BINARY_AS_INT
JScript
public static const var LIST_OF_BINARY_AS_INT : int;

See Also