PropertyRow Class
Specialization of a row for the Property table.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Property | Gets and sets the property name for the row. |
| Value | Gets and sets the property value for the row. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Property Property
Section titled “Property Property”Gets and sets the property name for the row.
Declaration
Section titled “Declaration”public string Property { get; set; }Value Property
Section titled “Value Property”Gets and sets the property value for the row.
Declaration
Section titled “Declaration”public string Value { get; set; }