The merged properties (indicated) do not have the same datatype. This field is read-only.


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

Syntax

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

See Also