An attempt was made to get the value of a property as a type that is inconsistent with the value of the property. This field is read-only.


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

Syntax

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

See Also