Returns the value held by the Content Engine property represented by this PropertyEngineObject object.


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

Syntax

Visual Basic (Declaration)
Function GetEngineObjectValue() As IEngineObject
C#
IEngineObject GetEngineObjectValue()
C++
IEngineObject GetEngineObjectValue() abstract 
J#
IEngineObject GetEngineObjectValue()
JScript
function GetEngineObjectValue() : IEngineObject

Return Value

An EngineObject object specifying the property value.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyEngineObject.

See Also