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 * pVal
);
public: HRESULT put_SatisfactionThreshold(
VARIANT SatisfactionThreshold
);
|
[Java] |
---|
public VARIANT getSatisfactionThreshold();
public void setSatisfactionThreshold(
VARIANT
);
|
See Also