Click or drag to resize
IdentityHasEntitlements Method (Element, Service)
Returns true if the user has the specified entitlements for the specified Service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
bool HasEntitlements(
	Element entitlements,
	Service service
)

Parameters

entitlements
Type: Bloomberglp.BlpapiElement
service
Type: Bloomberglp.BlpapiService

Return Value

Type: Boolean
true on having entitlements for service and false otherwise.
Exceptions
ExceptionCondition
ArgumentException The specified 'entitlements' or 'service' is null or invalid.
Remarks
See Also