IdentityIsAuthorized Method |
Returns true if the user handle is authorized for the specified Service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax bool IsAuthorized(
Service service
)
Function IsAuthorized (
service As Service
) As Boolean
bool IsAuthorized(
Service^ service
)
abstract IsAuthorized :
service : Service -> bool
Parameters
- service
- Type: Bloomberglp.BlpapiService
Return Value
Type:
Booleantrue on authorized and
false otherwise.
Exceptions Exception | Condition |
---|
ArgumentException |
The specified 'service' is null.
|
See Also