Gets or sets the power.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPowerLimit() As Double |
[C#] |
---|
public double MaxPowerLimit {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxPowerLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPowerLimit( double * pVal ); public: HRESULT put_MaxPowerLimit( double val ); |
[Java] |
---|
public double getMaxPowerLimit(); public void setMaxPowerLimit( double ); |