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 * pRetVal
);
public: HRESULT put_LowerBandwidthLimit(
double NewLowerBandwidthLimit
);
|
[Java] |
public double getLowerBandwidthLimit();public void setLowerBandwidthLimit(
double
);
|
See Also