Description
Gets or sets option to override the bandwidth
limits.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property OverrideBandwidthLimits() As Boolean
|
[C#] |
public bool OverrideBandwidthLimits {get; set;}
|
[Managed C++] |
public: __property bool get_OverrideBandwidthLimits();
public: __property void set_OverrideBandwidthLimits(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_OverrideBandwidthLimits(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OverrideBandwidthLimits(
VARIANT_BOOL NewOverrideBandwidthLimits
);
|
[Java] |
public bool getOverrideBandwidthLimits();public void setOverrideBandwidthLimits(
bool
);
|
See Also