Description
The amount by which the nominal value of the parameter should be corrected to achieve the selected goals. Dimension depends on context.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Correction() As System.Object
|
| [C#] |
|---|
public System.Object Correction {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Correction(); public: __property void set_Correction( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Correction( VARIANT * pRetVal ); public: HRESULT put_Correction( VARIANT NewCorrection );
|
| [Java] |
|---|
public Variant getCorrection();public void setCorrection( Variant );
|
See Also