No column is defined for the property on the indicated class. This field is read-only.


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

Syntax

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

See Also