The column type for object indicated for the property is invalid. This field is read-only.


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

Syntax

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

See Also