Description
Gets or sets the calculation method.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CalculationMethod() As String
|
| [C#] |
|---|
public string CalculationMethod {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CalculationMethod(); public: __property void set_CalculationMethod( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CalculationMethod( BSTR * pRetVal ); public: HRESULT put_CalculationMethod( BSTR NewCalculationMethod );
|
| [Java] |
|---|
public String getCalculationMethod();public void setCalculationMethod( String );
|
See Also