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)
Syntax
Visual Basic (Declaration) |
---|
Function GetObjectValue() As Object |
C++ |
---|
Object GetObjectValue() abstract |
JScript |
---|
function GetObjectValue() : Object |
Return Value
An Object
specifying the property value.
See Also