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