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