Description
Gets or sets the fixed waveform.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property FixedWaveform() As String
|
| [C#] |
|---|
public string FixedWaveform {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_FixedWaveform(); public: __property void set_FixedWaveform(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_FixedWaveform(
BSTR * pVal
);
public: HRESULT put_FixedWaveform(
BSTR fixedWaveform
);
|
| [Java] |
|---|
public String getFixedWaveform();
public void setFixedWaveform(
String
);
|
See Also