ConfigurationValueChange Class

Definition

Represents a key/value change within metadata or platform properties.

public sealed record ConfigurationValueChange(string Key, ConfigurationChangeType ChangeType, string? Before, string? After) : IEquatable<ConfigurationValueChange>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)