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