| 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.25.10.1
Syntaxpublic abstract string AuthorizationServiceName { get; }Public MustOverride ReadOnly Property AuthorizationServiceName As String
Get
public:
virtual property String^ AuthorizationServiceName {
String^ get () abstract;
}abstract AuthorizationServiceName : string with 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