IdentityHasEntitlements Method (Int32, 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.19.2.1
Syntax bool HasEntitlements(
int[] entitlements,
Service service
)
Function HasEntitlements (
entitlements As Integer(),
service As Service
) As Boolean
bool HasEntitlements(
array<int>^ entitlements,
Service^ service
)
abstract HasEntitlements :
entitlements : int[] *
service : Service -> bool
Parameters
- entitlements
- Type: SystemInt32
- service
- Type: Bloomberglp.BlpapiService
Return Value
Type:
Booleantrue on having entitlements for service and
false otherwise.
Exceptions Exception | Condition |
---|
ArgumentException |
The specified 'entitlements' or 'service' is null or invalid.
|
Remarks See Also