Subclass properties on the indicated class are unknown. This field is read-only.


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

Syntax

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

See Also