.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Returns the "scope" that was set for query type request PepRequestOperation. i.e. if this request was created using IPepRequestFactory#NewQueryPepRequest(Object, Object, String, PepRequestQueryType)}, where the String argument contains the scope.

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

Syntax

C#
string GetScope()

Return Value

return a string if PepRequestOperation is query type, otherwise null.

See Also