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.17.0.1
Syntaxpublic 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:
Service
See Also