UpgradeRow Class
Specialization of a row for the upgrade table.
Properties
Property | Description |
---|---|
ActionProperty | Gets and sets the action property for the row. |
Attributes | Gets and sets the attributes for the row. |
Language | Gets and sets the language for the row. |
Remove | Gets and sets the remove code for the row. |
UpgradeCode | Gets and sets the upgrade code for the row. |
VersionMax | Gets and sets the version maximum for the row. |
VersionMin | Gets and sets the version minimum for the row. |
WixToolset.Data.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
ActionProperty Property
Gets and sets the action property for the row.
Declaration
public string ActionProperty { get; set; }
Attributes Property
Gets and sets the attributes for the row.
Declaration
public int Attributes { get; set; }
Language Property
Gets and sets the language for the row.
Declaration
public string Language { get; set; }
Remove Property
Gets and sets the remove code for the row.
Declaration
public string Remove { get; set; }
UpgradeCode Property
Gets and sets the upgrade code for the row.
Declaration
public string UpgradeCode { get; set; }
VersionMax Property
Gets and sets the version maximum for the row.
Declaration
public string VersionMax { get; set; }
VersionMin Property
Gets and sets the version minimum for the row.
Declaration
public string VersionMin { get; set; }