Description
Gets or sets the lower bandwidth limit.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LowerBandwidthLimit() As Double
|
| [C#] |
|---|
public double LowerBandwidthLimit {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LowerBandwidthLimit(); public: __property void set_LowerBandwidthLimit(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LowerBandwidthLimit(
double * pVal
);
public: HRESULT put_LowerBandwidthLimit(
double val
);
|
| [Java] |
|---|
public double getLowerBandwidthLimit();
public void setLowerBandwidthLimit(
double
);
|
See Also