An attempt was made to get the value of a property using one of the fetch methods on the property object. The server request failed. This field is read-only.


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

Syntax

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

See Also