Description
The name of the calculation object to perform calculation to evaluate condition.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CalcObjectName() As String
|
| [C#] |
|---|
public string CalcObjectName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CalcObjectName(); public: __property void set_CalcObjectName( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CalcObjectName( BSTR * pRetVal ); public: HRESULT put_CalcObjectName( BSTR NewCalcObjectName );
|
| [Java] |
|---|
public String getCalcObjectName();public void setCalcObjectName( String );
|
See Also