Gets or sets the consumption order of the fuel tank.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConsumptionOrder() As Integer |
[C#] |
---|
public int ConsumptionOrder {get; set;} |
[Managed C++] |
---|
public: __property int get_ConsumptionOrder(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConsumptionOrder( long * pVal ); public: HRESULT put_ConsumptionOrder( long newVal ); |
[Java] |
---|
public int getConsumptionOrder(); public void setConsumptionOrder( int ); |