Returns the error code held by this Property object when the Content Engine property that it represents cannot be accessed.


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

Syntax

Visual Basic (Declaration)
Function GetRetrievalErrorValue() As EngineRuntimeException
C#
EngineRuntimeException GetRetrievalErrorValue()
C++
EngineRuntimeException GetRetrievalErrorValue() abstract 
J#
EngineRuntimeException GetRetrievalErrorValue()
JScript
function GetRetrievalErrorValue() : EngineRuntimeException

Return Value

An EngineRuntimeException object specifying the error. If the Property object holds a valid Content Engine property value, this method returns Null.

See Also