Returns true if the user has the specified entitlements for the specified
Service.
| C# | Visual Basic | Visual C++ |
bool HasEntitlements( int[] entitlements, Service service, List<int> failedEntitlements )
Function HasEntitlements ( entitlements As Integer(), service As Service, failedEntitlements As List(Of Integer) ) As Boolean
bool HasEntitlements( array<int>^ entitlements, Service^ service, List<int>^ failedEntitlements )
If the optional failedEntitlements is not null then the
failedEntitlements list is populated with all entitlement ids of the
specified Service that this Identity doesn't have.
| Exception | Condition |
|---|---|
| ArgumentException |
The specified 'entitlements' or 'service' is null or invalid.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1