The indicated property for getObject must be an object. This field is read-only.


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

Syntax

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

See Also