Gets or sets the value of the independent variable after the last targeter run.
Read-write property
[Visual Basic .NET] |
---|
Public Property CurrentValue() As System.Object |
[C#] |
---|
public System.Object CurrentValue {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_CurrentValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_CurrentValue( VARIANT * pVal ); public: HRESULT put_CurrentValue( VARIANT newVal ); |
[Java] |
---|
public AgVariant getCurrentValue(); public void setCurrentValue( AgVariant ); |