The indicated property is ambiguous: it has no table specifier. This field is read-only.


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

Syntax

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

See Also