Gets or sets the maximum power at sea level.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxSLPower() As Double |
[C#] |
---|
public double MaxSLPower {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxSLPower(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxSLPower( double * pVal ); public: HRESULT put_MaxSLPower( double newVal ); |
[Java] |
---|
public double getMaxSLPower(); public void setMaxSLPower( double ); |