Returns the value held by the Content Engine property represented by this Property object. If the property holds an unevaluated object or a reference object, this method makes a round trip to the server to retrieve the object value.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetObjectValue As Object
C#
Object GetObjectValue()
Visual C++
Object^ GetObjectValue()
JavaScript
function getObjectValue();

Return Value

An Object specifying the property value.

ToggleSee Also