Click or drag to resize
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.12.5.1
Syntax
bool IsAuthorized(
	Service service
)

Parameters

service
Type: Bloomberglp.BlpapiService

Return Value

Type: Boolean
true on authorized and false otherwise.
Exceptions
ExceptionCondition
ArgumentException The specified 'service' is null.
See Also