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 * pVal
);
public: HRESULT put_SymmetricBandwidth(
VARIANT_BOOL val
);
|
| [Java] |
|---|
public bool getSymmetricBandwidth();
public void setSymmetricBandwidth(
bool
);
|
See Also