.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Sets the scope for this request. See IPepRequestFactory#NewQueryPepRequest(Object, Object, String, PepRequestQueryType) for details on scope.

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

Syntax

C#
void SetScope(
	string scope
)

Parameters

scope
Type: System..::..String
pass scope value if PepRequestOperation is query type

See Also