Object that computes the power input to the engine.
Read-only property
[Visual Basic .NET] |
---|
Public Property InputPowerSourceName() As String |
[C#] |
---|
public string InputPowerSourceName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_InputPowerSourceName(); |
[Unmanaged C++] |
---|
public: HRESULT get_InputPowerSourceName( BSTR * pVal ); |
[Java] |
---|
public String getInputPowerSourceName(); |