Flag to set if input parameters are currently being calculated and entered into the object model.
Read-write property
[Visual Basic .NET] |
---|
Public Property CalculatingParameters() As Boolean |
[C#] |
---|
public bool CalculatingParameters {get; set;} |
[Managed C++] |
---|
public: __property bool get_CalculatingParameters(); |
[Unmanaged C++] |
---|
public: HRESULT get_CalculatingParameters( VARIANT_BOOL * pVal ); public: HRESULT put_CalculatingParameters( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getCalculatingParameters(); public void setCalculatingParameters( bool ); |