Represents a change to a platform property when previewing configuration updates.
public PropertyDelta(string Key, string? OldValue, string? NewValue, PropertyChangeType ChangeType)
Property key.
Existing value, if any.
Proposed value, if any.
Nature of the change.