Locates a property by name in this Properties collection and returns
the value it holds. If the property holds a reference object
(Property.PropertyState = REFERENCE) or or is unevaluated
(Property.PropertyState = UNEVALUATED), a round-trip is made to the
server to fetch its value.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function GetObjectValue ( _
propertyName As String _
) As Object |
C# |
---|
Object GetObjectValue(
string propertyName
) |
Visual C++ |
---|
Object^ GetObjectValue(
String^ propertyName
) |
JavaScript |
---|
function getObjectValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
Object specifying the value of the property. If the property's value
cannot be retrieved, an
EngineRuntimeException object will be returned.