diff options
Diffstat (limited to 'src/WixToolset.Data')
| -rw-r--r-- | src/WixToolset.Data/Tuples/SummaryInformationTuple.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Data/Tuples/SummaryInformationTuple.cs b/src/WixToolset.Data/Tuples/SummaryInformationTuple.cs index 074c2bb1..d395d115 100644 --- a/src/WixToolset.Data/Tuples/SummaryInformationTuple.cs +++ b/src/WixToolset.Data/Tuples/SummaryInformationTuple.cs | |||
| @@ -25,7 +25,7 @@ namespace WixToolset.Data.Tuples | |||
| 25 | Value, | 25 | Value, |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | public enum SumaryInformationType | 28 | public enum SummaryInformationType |
| 29 | { | 29 | { |
| 30 | Codepage = 1, | 30 | Codepage = 1, |
| 31 | Title, | 31 | Title, |
| @@ -87,9 +87,9 @@ namespace WixToolset.Data.Tuples | |||
| 87 | 87 | ||
| 88 | public IntermediateField this[SummaryInformationTupleFields index] => this.Fields[(int)index]; | 88 | public IntermediateField this[SummaryInformationTupleFields index] => this.Fields[(int)index]; |
| 89 | 89 | ||
| 90 | public SumaryInformationType PropertyId | 90 | public SummaryInformationType PropertyId |
| 91 | { | 91 | { |
| 92 | get => (SumaryInformationType)this.Fields[(int)SummaryInformationTupleFields.PropertyId].AsNumber(); | 92 | get => (SummaryInformationType)this.Fields[(int)SummaryInformationTupleFields.PropertyId].AsNumber(); |
| 93 | set => this.Set((int)SummaryInformationTupleFields.PropertyId, (int)value); | 93 | set => this.Set((int)SummaryInformationTupleFields.PropertyId, (int)value); |
| 94 | } | 94 | } |
| 95 | 95 | ||
