Description
Number of assets for a valid access, per
satisfaction type
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property NAssetsSatisfactionThreshold() As Integer
|
| [C#] |
public int NAssetsSatisfactionThreshold {get; set;}
|
| [Managed C++] |
public: __property int get_NAssetsSatisfactionThreshold();
public: __property void set_NAssetsSatisfactionThreshold(
int
);
|
| [Unmanaged C++] |
public: HRESULT get_NAssetsSatisfactionThreshold(
long * pRetVal
);
public: HRESULT put_NAssetsSatisfactionThreshold(
long NewNAssetsSatisfactionThreshold
);
|
| [Java] |
public int getNAssetsSatisfactionThreshold();public void setNAssetsSatisfactionThreshold(
int
);
|
See Also