.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Return the resource object associated with the current result. The resource object is the same object that was used to create the IPepRequest and may be used to correlate the IPepResponse results with the action-resource pairs that were used to create the IPepRequest.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Object GetResource()

Return Value

return an object that was used as a resource in the IPepRequest

See Also