Locates a
property by name in this
collection and returns the value it holds. If the property holds a reference object
or or is unevaluated
, a round-trip is made to the server to fetch its value.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetEngineObjectValue( _ ByVal propertyName As String _ ) As IEngineObject |
C# |
---|
IEngineObject GetEngineObjectValue( string propertyName ) |
C++ |
---|
IEngineObject GetEngineObjectValue( String propertyName ) abstract |
J# |
---|
IEngineObject GetEngineObjectValue( string propertyName ) |
JScript |
---|
function GetEngineObjectValue( propertyName : String ) : IEngineObject |
Parameters
- propertyName
- A
specifying a property name.String
Return Value
An
specifying the value of the property. If the property's value cannot be retrieved, an
object will be returned.
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown if the property cannot be found in the collection, is not a instance, or a retrieval error has occurred . |