.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Sets the boolean to true if only a Set of Allowed decisions are to be returned, and false if only a Set of Denied decisions is to be returned. IPepRequestFactory#NewQueryPepRequest

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

Syntax

C#
void SetQueryReturnAllowed(
	bool queryReturnAllowed
)

Parameters

queryReturnAllowed
Type: System..::..Boolean
set true or false based on type of IPepResponse required for query operation

See Also