aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Tuples/CCPSearchTuple.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/Tuples/CCPSearchTuple.cs')
-rw-r--r--src/WixToolset.Data/Tuples/CCPSearchTuple.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/CCPSearchTuple.cs b/src/WixToolset.Data/Tuples/CCPSearchTuple.cs
index d1ca8458..3d849128 100644
--- a/src/WixToolset.Data/Tuples/CCPSearchTuple.cs
+++ b/src/WixToolset.Data/Tuples/CCPSearchTuple.cs
@@ -37,7 +37,7 @@ namespace WixToolset.Data.Tuples
37 37
38 public string Signature_ 38 public string Signature_
39 { 39 {
40 get => (string)this.Fields[(int)CCPSearchTupleFields.Signature_]?.Value; 40 get => (string)this.Fields[(int)CCPSearchTupleFields.Signature_];
41 set => this.Set((int)CCPSearchTupleFields.Signature_, value); 41 set => this.Set((int)CCPSearchTupleFields.Signature_, value);
42 } 42 }
43 } 43 }