Returns true if the user has the specified entitlements for the specified
Service.
Declaration Syntax
C# | Visual Basic | Visual C++ |
bool HasEntitlements( int[] entitlements, Service service )
Function HasEntitlements ( entitlements As Integer(), service As Service ) As Boolean
bool HasEntitlements( array<int>^ entitlements, Service^ service )
Return Value
Remarks
Same as calling
HasEntitlements(entitlements, service, null}.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
The specified 'entitlements' or 'service' is null or invalid.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1