Gets or sets the number of individual waveform detections required.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumberOfWaveformDetections() As Integer |
[C#] |
---|
public int NumberOfWaveformDetections {get; set;} |
[Managed C++] |
---|
public: __property int get_NumberOfWaveformDetections(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumberOfWaveformDetections( int * pVal ); public: HRESULT put_NumberOfWaveformDetections( int val ); |
[Java] |
---|
public Integer getNumberOfWaveformDetections(); public void setNumberOfWaveformDetections( Integer ); |