PropertyRow Class
Specialization of a row for the Property table.
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
Gets and sets the property name for the row.
Declaration
public string Property { get; set; }Value Property
Gets and sets the property value for the row.
Declaration
public string Value { get; set; }