Gets an array of supported calculation
methods.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SupportedCalculationMethods() As System.Array
|
| [C#] |
|---|
public System.Array SupportedCalculationMethods {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_SupportedCalculationMethods();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SupportedCalculationMethods(
|
| [Java] |
|---|
public Object[] getSupportedCalculationMethods();
|