The indicated long string property is not allowed to be used with the specified operator. This field is read-only.


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

Syntax

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

See Also