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 * pVal
);
public: HRESULT put_OverrideBandwidthLimits(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getOverrideBandwidthLimits();
public void setOverrideBandwidthLimits(
bool
);
|
See Also