PropertyDelta Class

Definition

Represents a change to a platform property when previewing configuration updates.

public sealed record PropertyDelta(string Key, string? OldValue, string? NewValue, PropertyChangeType ChangeType) : IEquatable<PropertyDelta>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)

Methods (3)