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