Gets the Service associated with this message. Returns null if this
method is not associated with a service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public abstract Service Service { get; }
Public MustOverride ReadOnly Property Service As Service
Get
public:
virtual property Service^ Service {
Service^ get () abstract;
}
abstract Service : Service with get
Property Value
Type:
ServiceSee Also