Description
Gets or sets the option for enabling polarization advantage.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PolarizationAdvantage() As Boolean
|
[C#] |
---|
public bool PolarizationAdvantage {get; set;}
|
[Managed C++] |
---|
public: __property bool get_PolarizationAdvantage(); public: __property void set_PolarizationAdvantage(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PolarizationAdvantage(
VARIANT_BOOL * pVal
);
public: HRESULT put_PolarizationAdvantage(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getPolarizationAdvantage();
public void setPolarizationAdvantage(
bool
);
|
See Also