Description
The threshold for satisfying the Figure of
Merit.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property SatisfactionThreshold() As System.Object
|
[C#] |
public System.Object SatisfactionThreshold {get; set;}
|
[Managed C++] |
public: __property VARIANT get_SatisfactionThreshold();
public: __property void set_SatisfactionThreshold(
VARIANT
);
|
[Unmanaged C++] |
public: HRESULT get_SatisfactionThreshold(
VARIANT * pRetVal
);
public: HRESULT put_SatisfactionThreshold(
VARIANT NewSatisfactionThreshold
);
|
[Java] |
public Variant getSatisfactionThreshold();public void setSatisfactionThreshold(
Variant
);
|
See Also