PowerThermalChannelConfiguration.ConfigurationString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a human-readable configuration string that fully describes the settings for a PowerThermalChannelConfiguration.
public:
property Platform::String ^ ConfigurationString { Platform::String ^ get(); };
winrt::hstring ConfigurationString();
public string ConfigurationString { get; }
var string = powerThermalChannelConfiguration.configurationString;
Public ReadOnly Property ConfigurationString As String
Property Value
A string that encodes the channel's configuration in a consistent, readable format.
Remarks
The ConfigurationString is part of the config blob and typically encodes the channel-specific string (for example, the ACPI name for a sensor). It is intended to be readable and interpreted by OEMs.