Locates the named parameter in the parameter bag and returns the value of the object it holds.
Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetObjectValue( _ ByVal name As String _ ) As Object |
C# |
---|
public virtual object GetObjectValue( string name ) |
C++ |
---|
public: virtual Object GetObjectValue( String name ) |
J# |
---|
public virtual object GetObjectValue( string name ) |
JScript |
---|
public virtual
function GetObjectValue( name : String ) : Object |
Parameters
- name
- A
that specifies the parameter name to retrieve.String
Return Value
The value of the parameter as an
. Returns
if the parameter cannot be found in the parameter bag.