The indicated property referred to in the Query Expression is not searchable. This field is read-only.


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

Syntax

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

See Also