| 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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