True if estimating this parameter.
Read-write property
[Visual Basic .NET] |
---|
Public Property EstimateParameter() As Boolean |
[C#] |
---|
public bool EstimateParameter {get; set;} |
[Managed C++] |
---|
public: __property bool get_EstimateParameter(); |
[Unmanaged C++] |
---|
public: HRESULT get_EstimateParameter( VARIANT_BOOL * pVal ); public: HRESULT put_EstimateParameter( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getEstimateParameter(); public void setEstimateParameter( bool ); |