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