Gets or sets a value indicating the relative power boosting (in dB) of this physical channel.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property PowerBoosting As Double |
C# | |
---|
public abstract double PowerBoosting {get; set;} |
C++/CLI | |
---|
public:
abstract property double PowerBoosting {
double get();
void set ( double value);
} |
Property Value
Default value is 0.0 dB.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also