Skip to content

UpgradeRow Class

Specialization of a row for the upgrade table.

PropertyDescription
ActionPropertyGets and sets the action property for the row.
AttributesGets and sets the attributes for the row.
LanguageGets and sets the language for the row.
RemoveGets and sets the remove code for the row.
UpgradeCodeGets and sets the upgrade code for the row.
VersionMaxGets and sets the version maximum for the row.
VersionMinGets and sets the version minimum for the row.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets and sets the action property for the row.

public string ActionProperty { get; set; }

Gets and sets the attributes for the row.

public int Attributes { get; set; }

Gets and sets the language for the row.

public string Language { get; set; }

Gets and sets the remove code for the row.

public string Remove { get; set; }

Gets and sets the upgrade code for the row.

public string UpgradeCode { get; set; }

Gets and sets the version maximum for the row.

public string VersionMax { get; set; }

Gets and sets the version minimum for the row.

public string VersionMin { get; set; }