Description
Gets or sets the option for specifying symmetric bandwidth.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SymmetricBandwidth() As Boolean
|
| [C#] |
|---|
public bool SymmetricBandwidth {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_SymmetricBandwidth(); public: __property void set_SymmetricBandwidth( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SymmetricBandwidth( VARIANT_BOOL * pRetVal ); public: HRESULT put_SymmetricBandwidth( VARIANT_BOOL NewSymmetricBandwidth );
|
| [Java] |
|---|
public bool getSymmetricBandwidth();public void setSymmetricBandwidth( bool );
|
See Also