Description
Gets or sets the flag for enabling pulse
cancellation.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property EnablePulseCanceller() As Boolean
|
| [C#] |
public bool EnablePulseCanceller {get; set;}
|
| [Managed C++] |
public: __property bool get_EnablePulseCanceller();
public: __property void set_EnablePulseCanceller(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_EnablePulseCanceller(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnablePulseCanceller(
VARIANT_BOOL NewEnablePulseCanceller
);
|
| [Java] |
public bool getEnablePulseCanceller();public void setEnablePulseCanceller(
bool
);
|
See Also