PropertyDelta(String, String?, String?, PropertyChangeType) Constructor

Definition

Assembly PackagingTools.Core.dll

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

public PropertyDelta(string Key, string? OldValue, string? NewValue, PropertyChangeType ChangeType)

Parameters

Key
String

Property key.

OldValue
String

Existing value, if any.

NewValue
String

Proposed value, if any.

ChangeType
PropertyChangeType

Nature of the change.