Skip to content

UpgradeRow Class

Specialization of a row for the upgrade table.

Properties

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

ActionProperty Property {#actionproperty}

Gets and sets the action property for the row.

Declaration

public string ActionProperty { get; set; }

Attributes Property {#attributes}

Gets and sets the attributes for the row.

Declaration

public int Attributes { get; set; }

Language Property {#language}

Gets and sets the language for the row.

Declaration

public string Language { get; set; }

Remove Property {#remove}

Gets and sets the remove code for the row.

Declaration

public string Remove { get; set; }

UpgradeCode Property {#upgradecode}

Gets and sets the upgrade code for the row.

Declaration

public string UpgradeCode { get; set; }

VersionMax Property {#versionmax}

Gets and sets the version maximum for the row.

Declaration

public string VersionMax { get; set; }

VersionMin Property {#versionmin}

Gets and sets the version minimum for the row.

Declaration

public string VersionMin { get; set; }