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.24.6.1
Syntax public 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:
StringRemarks 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