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