Bloomberg API for .NET
HasEntitlements Method (entitlements, service)
NamespacesBloomberglp.BlpapiIdentityHasEntitlements(array<Int32>[]()[][], Service)
Returns true if the user has the specified entitlements for the specified Service.
Declaration Syntax
C#Visual BasicVisual C++
bool HasEntitlements(
	int[] entitlements,
	Service service
)
Function HasEntitlements ( 
	entitlements As Integer(),
	service As Service
) As Boolean
bool HasEntitlements(
	array<int>^ entitlements, 
	Service^ service
)
Parameters
entitlements (array<Int32>[]()[][])
service (Service)
Return Value
Boolean
true on having entitlements for service and false otherwise.
Remarks
Exceptions
ExceptionCondition
ArgumentException The specified 'entitlements' or 'service' is null or invalid.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1