A file containing the engine performance data in the tabular format.
Read-write property
[Visual Basic .NET] |
---|
Public Property ThrottleTableFilename() As String |
[C#] |
---|
public string ThrottleTableFilename {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ThrottleTableFilename(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThrottleTableFilename( BSTR * pVal ); public: HRESULT put_ThrottleTableFilename( BSTR InVal ); |
[Java] |
---|
public String getThrottleTableFilename(); public void setThrottleTableFilename( String ); |