The required class (in 'DefaultValue' column) of metadata is invalid for the indicated class and property. This field is read-only.


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

Syntax

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

See Also