Gets or sets the threshold for satisfying the Figure of Merit.
Read-write property
[Visual Basic .NET] |
---|
Public Property SatisfactionThreshold() As System.Object |
[C#] |
---|
public System.Object SatisfactionThreshold {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SatisfactionThreshold(); |
[Unmanaged C++] |
---|
public: HRESULT get_SatisfactionThreshold( VARIANT * pVal ); public: HRESULT put_SatisfactionThreshold( VARIANT SatisfactionThreshold ); |
[Java] |
---|
public AgVariant getSatisfactionThreshold(); public void setSatisfactionThreshold( AgVariant ); |