| SessionOptionsBandwidthSaveModeDisabled Property |
Gets or sets the flag indicating whether the client has
disabled bandwidth saving measures. By default it is false.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic bool BandwidthSaveModeDisabled { get; set; }Public Property BandwidthSaveModeDisabled As Boolean
Get
Set
public:
property bool BandwidthSaveModeDisabled {
bool get ();
void set (bool value);
}member BandwidthSaveModeDisabled : bool with get, set
Property Value
Type:
Boolean
See Also