Gets or sets a value indicating whether to automatically determine boosting levels, or to used the values specified for the bursts.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property IsBurstBoostingDefined As Boolean |
C# | |
---|
public abstract bool IsBurstBoostingDefined {get; set;} |
C++/CLI | |
---|
public:
abstract property bool IsBurstBoostingDefined {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also