| SubscriptionSubscriptionString Property |
Subscription string
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.5.1
Syntaxpublic string SubscriptionString { get; set; }Public Property SubscriptionString As String
Get
Set
public:
property String^ SubscriptionString {
String^ get ();
void set (String^ value);
}member SubscriptionString : string with get, set
Property Value
Type:
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The input value is null or empty.
|
RemarksSubscription objects obtained from the library are
fully qualified.
See Also