Click or drag to resize
ServiceAuthorizationServiceName Property
Gets the name of the Service which must be used in order to authorize access to restricted operations on this Service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract string AuthorizationServiceName { get; }

Property Value

Type: String
Remarks
If no authorization is required to access operations on this service, an empty string is returned. Authorization services never require authorization to use.
See Also