ConfigurationValueChange(String, ConfigurationChangeType, String?, String?) Constructor

Definition

Assembly PackagingTools.Core.dll

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

public ConfigurationValueChange(string Key, ConfigurationChangeType ChangeType, string? Before, string? After)

Parameters

Key
String

Configuration key.

ChangeType
ConfigurationChangeType

Nature of the change.

Before
String

Value before the change.

After
String

Value after the change.