Gets or sets the upper bandwidth limit.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpperBandwidthLimit() As Double |
[C#] |
---|
public double UpperBandwidthLimit {get; set;} |
[Managed C++] |
---|
public: __property double get_UpperBandwidthLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpperBandwidthLimit( double * pVal ); public: HRESULT put_UpperBandwidthLimit( double val ); |
[Java] |
---|
public double getUpperBandwidthLimit(); public void setUpperBandwidthLimit( double ); |