Represents a key/value change within metadata or platform properties.
public sealed record ConfigurationValueChange(string Key, ConfigurationChangeType ChangeType, string? Before, string? After) : IEquatable<ConfigurationValueChange>
kind:method, kind:property, kind:ctor. Press Esc to clear.ConfigurationValueChange(String, ConfigurationChangeType, String?, String?)Represents a key/value change within metadata or platform properties.AfterValue after the change.BeforeValue before the change.ChangeTypeNature of the change.KeyConfiguration key.