Gets or sets the absolute power level limit (in dBm) for the offset.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property AbsoluteIntegratedPower As Double |
C# | |
---|
public abstract double AbsoluteIntegratedPower {get; set;} |
C++/CLI | |
---|
public:
abstract property double AbsoluteIntegratedPower {
double get();
void set ( double value);
} |
Property Value
The default value is 16.0.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also