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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }